Add CSS to enforce NOBR default white-space (fixes issue #29)
This commit is contained in:
parent
58ce73bfd8
commit
eead123143
File diff suppressed because one or more lines are too long
|
@ -226,6 +226,10 @@
|
||||||
"vertical-align": 0, "line-height": "normal",
|
"vertical-align": 0, "line-height": "normal",
|
||||||
"text-decoration": "none"
|
"text-decoration": "none"
|
||||||
},
|
},
|
||||||
|
|
||||||
|
".MathJax nobr": {
|
||||||
|
"white-space": "no-wrap"
|
||||||
|
},
|
||||||
|
|
||||||
".MathJax_Processing": {
|
".MathJax_Processing": {
|
||||||
visibility: "hidden", position:"fixed",
|
visibility: "hidden", position:"fixed",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user