From ce6ea93e2566511ea07ac1ffdc54f916bbd6cd4a Mon Sep 17 00:00:00 2001 From: Bernhard Liebl Date: Sun, 14 Aug 2016 13:05:20 +0200 Subject: [PATCH] fixes problem with disappearing MathJax mglyphs in output areas --- notebook/static/notebook/less/outputarea.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/notebook/static/notebook/less/outputarea.less b/notebook/static/notebook/less/outputarea.less index b44cd7cf52..2c11da0c55 100644 --- a/notebook/static/notebook/less/outputarea.less +++ b/notebook/static/notebook/less/outputarea.less @@ -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