10 lines
151 B
Stylus

if (hexo-config('math.mathjax.enable')) {
.has-jax {
overflow: auto hidden;
}
mjx-container[display='true'] + br {
display: none;
}
}