chiark / gitweb /
css: put scrollbars on large maths.
authorVladimír Vondruš <mosra@centrum.cz>
Tue, 31 Oct 2017 12:13:34 +0000 (13:13 +0100)
committerVladimír Vondruš <mosra@centrum.cz>
Wed, 1 Nov 2017 23:02:12 +0000 (00:02 +0100)
css/m-components.css
css/m-dark.compiled.css
css/m-light.compiled.css

index 442304796580d87b857ad4ffbd443fcc3cd105b3..8f604deb70aa2e70bfa6304546d1ae46d5614bce 100644 (file)
@@ -1231,6 +1231,7 @@ pre.m-code.m-inverted > span.hll {
 
 /* Math block, inline math */
 div.m-math {
+  overflow-x: auto;
   text-align: center;
 }
 
index c2fbdf2b87efc9d08ed44d411f18505613ee0efc..e8d5c2545ae6f3e71fb4e47102f16b9e0b6f0c15 100644 (file)
@@ -1521,6 +1521,7 @@ pre.m-code.m-inverted > span.hll {
   border-color: transparent;
 }
 div.m-math {
+  overflow-x: auto;
   text-align: center;
 }
 div.m-math svg, svg.m-math { fill: #dcdcdc; }
index 8bc178732c68e35d9a27acf93ccd437eb6ebb638..781aa61ebbf4547f471aaa460cc7124b67339dad 100644 (file)
@@ -1521,6 +1521,7 @@ pre.m-code.m-inverted > span.hll {
   border-color: transparent;
 }
 div.m-math {
+  overflow-x: auto;
   text-align: center;
 }
 div.m-math svg, svg.m-math { fill: #000000; }