fixes problem with disappearing MathJax mglyphs in output areas

pull/1680/head
Bernhard Liebl 10 years ago
parent 516ff11d50
commit ce6ea93e25

@ -74,6 +74,10 @@ div.output_area {
max-width: none;
}
}
.mglyph>img {
max-width: none;
}
}
/* This is needed to protect the pre formating from global settings such

Loading…
Cancel
Save