We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2cc672f + 595d38e commit 71369c3Copy full SHA for 71369c3
unpacked/jax/output/CommonHTML/jax.js
@@ -1892,7 +1892,7 @@
1892
// something, so put them over a space and remove the space's width
1893
//
1894
node = node.firstChild;
1895
- var space = CHTML.Element("mjx-span",{style:{width:".25em","margin-left":"-.25em"}});
+ var space = CHTML.Element("mjx-box",{style:{width:".25em","margin-left":"-.25em"}});
1896
node.insertBefore(space,node.firstChild);
1897
},
1898
CHTMLcenterOp: function (node) {
0 commit comments