Add text-indent:0 to SVG and HTML-CSS output. Resolves issue #473.
This commit is contained in:
parent
126bd1c373
commit
a3fd08bb7a
|
@ -242,6 +242,7 @@
|
||||||
".MathJax_Display": {
|
".MathJax_Display": {
|
||||||
position: "relative",
|
position: "relative",
|
||||||
display: "block!important",
|
display: "block!important",
|
||||||
|
"text-indent": 0,
|
||||||
"max-width": "none", "max-height": "none",
|
"max-width": "none", "max-height": "none",
|
||||||
"min-width": 0, "min-height": 0,
|
"min-width": 0, "min-height": 0,
|
||||||
width: "100%"
|
width: "100%"
|
||||||
|
|
|
@ -60,6 +60,7 @@
|
||||||
".MathJax_SVG_Display": {
|
".MathJax_SVG_Display": {
|
||||||
position: "relative",
|
position: "relative",
|
||||||
display: "block!important",
|
display: "block!important",
|
||||||
|
"text-indent": 0,
|
||||||
"max-width": "none", "max-height": "none",
|
"max-width": "none", "max-height": "none",
|
||||||
"min-width": 0, "min-height": 0,
|
"min-width": 0, "min-height": 0,
|
||||||
width: "100%"
|
width: "100%"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user