Skip to content

Commit 71369c3

Browse files
authored
Merge pull request #1550 from dpvc/issue1543
Fix vector arrow positioning in CHTML. #1543
2 parents 2cc672f + 595d38e commit 71369c3

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1892,7 +1892,7 @@
18921892
// something, so put them over a space and remove the space's width
18931893
//
18941894
node = node.firstChild;
1895-
var space = CHTML.Element("mjx-span",{style:{width:".25em","margin-left":"-.25em"}});
1895+
var space = CHTML.Element("mjx-box",{style:{width:".25em","margin-left":"-.25em"}});
18961896
node.insertBefore(space,node.firstChild);
18971897
},
18981898
CHTMLcenterOp: function (node) {

0 commit comments

Comments
 (0)