mirror of
https://github.com/jupyter/notebook.git
synced 2025-04-24 14:20:54 +08:00
Merge pull request #1680 from poke1024/mglyph-output
fixes problem with disappearing MathJax mglyphs in output areas
This commit is contained in:
commit
b9292d3139
@ -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…
x
Reference in New Issue
Block a user