Skip to content

Commit 0e70341

Browse files
committed
CSS reset for box-sizing. Resolves issue #1942.
1 parent 1e28a76 commit 0e70341

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)