Skip to content
Snippets Groups Projects

Fixing floating inline math mode

Merged Maciej Topyla requested to merge enablingsearch into master
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
.mjx-chtml {
overflow-x: auto; /* Horizontally scroll long equations. */
}
.MathJax *, .MathJax_Display * { vertical-align: baseline }
Loading