Skip to content

Commit 595d38e

Browse files
committed
Change class to mjx-box so that width will have the proper effect (due to fix in CSS in PR #1448). Resolves issue #1543.
1 parent 7523687 commit 595d38e

File tree

1 file changed

+1
-1
lines changed
  • unpacked/jax/output/CommonHTML

1 file changed

+1
-1
lines changed

unpacked/jax/output/CommonHTML/jax.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1882,7 +1882,7 @@
18821882
// something, so put them over a space and remove the space's width
18831883
//
18841884
node = node.firstChild;
1885-
var space = CHTML.Element("mjx-span",{style:{width:".25em","margin-left":"-.25em"}});
1885+
var space = CHTML.Element("mjx-box",{style:{width:".25em","margin-left":"-.25em"}});
18861886
node.insertBefore(space,node.firstChild);
18871887
},
18881888
CHTMLcenterOp: function (node) {

0 commit comments

Comments
 (0)