diff --git a/src/containers/App/App.css b/src/containers/App/App.css index e378ef5a0030399aff92d79f43120792b13fda89..47ae68fd0c7f01526330a7ae3a3ed67f0949b0ce 100644 --- a/src/containers/App/App.css +++ b/src/containers/App/App.css @@ -713,6 +713,9 @@ footer a:hover { div.formula_content{ position: relative; + max-width: 80%; + overflow-x: auto; + white-space: nowrap; } div.formula_content .formula_number { @@ -722,3 +725,13 @@ div.formula_content .formula_number { transform: translateY(-50%); } + +.mathjax-provider { + display: flex; + justify-content: space-between; + align-items: center; + margin: 10px 0; +} + + +