From b41d9916ef714a392208c978e66c356fca90c9a5 Mon Sep 17 00:00:00 2001 From: jrtechs Date: Tue, 11 Dec 2018 21:31:42 -0500 Subject: [PATCH] "Fixed" issue with latex rendering off of the page. --- includes/html/header.html | 31 +++++++++++++++++++++++++------ 1 file changed, 25 insertions(+), 6 deletions(-) diff --git a/includes/html/header.html b/includes/html/header.html index 9323510..bc62c9c 100644 --- a/includes/html/header.html +++ b/includes/html/header.html @@ -39,22 +39,41 @@ MathJax.Hub.Config({ styles: { ".MathJax_Display": { - display: "table-cell ! important", - padding: "1em 0 ! important", - width: (MathJax.Hub.Browser.isMSIE && (document.documentMode||0) < 8 ? - "100% ! important" : "1000em ! important") + width: "container", + linebreaks: {} } } }); + + - - +