Prevent CSS bleedthrough for box-sizing (set by Bootstrap CSS). Resolves issue #1393.
This commit is contained in:
parent
8c51621661
commit
5b6aa4f82a
|
@ -77,7 +77,13 @@
|
|||
"border-collapse": "separate",
|
||||
"border-spacing": 0,
|
||||
},
|
||||
".mjx-math *": {display:"inline-block", "text-align":"left"},
|
||||
".mjx-math *": {
|
||||
display:"inline-block",
|
||||
"-webkit-box-sizing": "content-box!important",
|
||||
"-moz-box-sizing": "content-box!important",
|
||||
"box-sizing": "content-box!important", // override bootstrap settings
|
||||
"text-align":"left"
|
||||
},
|
||||
|
||||
".mjx-numerator": {display:"block", "text-align":"center"},
|
||||
".mjx-denominator": {display:"block", "text-align":"center"},
|
||||
|
|
Loading…
Reference in New Issue
Block a user