Skip to content

Commit c6b628b

Browse files
authored
Merge pull request #1907 from dpvc/issue1870
Measure sizes of annotation-xml properly in SVG. #1870.
2 parents 5ce1a72 + 156bb4d commit c6b628b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

unpacked/jax/output/SVG/jax.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,10 @@
8787
"-o-transition": "none"
8888
},
8989

90+
".MathJax_SVG > div": {
91+
display: "inline-block"
92+
},
93+
9094
".mjx-svg-href": {
9195
fill: "blue", stroke: "blue"
9296
},

0 commit comments

Comments
 (0)