Skip to content

Commit 6ecaf46

Browse files
authored
Merge pull request #1964 from dpvc/issue1942
CSS reset for box-sizing. #1942
2 parents b2459cf + 0e70341 commit 6ecaf46

File tree

1 file changed

+2
-1
lines changed
  • unpacked/jax/output/HTML-CSS

1 file changed

+2
-1
lines changed

unpacked/jax/output/HTML-CSS/jax.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,8 @@
305305
display: "inline", position: "static",
306306
border: 0, padding: 0, margin: 0,
307307
"vertical-align": 0, "line-height": "normal",
308-
"text-decoration": "none"
308+
"text-decoration": "none",
309+
"box-sizing": "content-box"
309310
},
310311

311312
".MathJax nobr": {

0 commit comments

Comments
 (0)