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
|
@ -227,6 +227,10 @@
|
|||
"text-decoration": "none"
|
||||
},
|
||||
|
||||
".MathJax nobr": {
|
||||
"white-space": "no-wrap"
|
||||
},
|
||||
|
||||
".MathJax_Processing": {
|
||||
visibility: "hidden", position:"fixed",
|
||||
width: 0, height: 0, overflow:"hidden"
|
||||
|
|
Loading…
Reference in New Issue
Block a user