Skip to content

Commit 9da81b5

Browse files
committed
[CommonHTML] fix typo in styles
Fixes #1443
1 parent bd29c05 commit 9da81b5

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
@@ -123,7 +123,7 @@
123123

124124
".mjx-box": {display:"inline-block"},
125125
".mjx-block": {display:"block"},
126-
".mjx-span": {display:"span"},
126+
".mjx-span": {display:"inline"},
127127
".mjx-char": {display:"block", "white-space":"pre"},
128128
".mjx-itable": {display:"inline-table"},
129129
".mjx-row": {display:"table-row"},

0 commit comments

Comments
 (0)