Skip to content

Commit 8c61b4b

Browse files
authored
Merge pull request #1983 from dpvc/issue1981
Add CSS for munder. #1981
2 parents 5782ecc + f9435a0 commit 8c61b4b

File tree

1 file changed

+2
-2
lines changed
  • unpacked/jax/output/PreviewHTML

1 file changed

+2
-2
lines changed

unpacked/jax/output/PreviewHTML/jax.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,10 @@
8989

9090
".MJXp-mphantom": {"visibility": "hidden"},
9191

92-
".MJXp-munderover": {"display":"inline-table!important"},
92+
".MJXp-munderover, .MJXp-munder": {"display":"inline-table!important"},
9393
".MJXp-over": {"display":"inline-block!important","text-align":"center"},
9494
".MJXp-over > *": {"display":"block!important"},
95-
".MJXp-munderover > *": {"display":"table-row!important"},
95+
".MJXp-munderover > *, .MJXp-munder > *": {"display":"table-row!important"},
9696

9797
".MJXp-mtable": {"vertical-align":".25em", "margin":"0 .125em"},
9898
".MJXp-mtable > *": {"display":"inline-table!important", "vertical-align":"middle"},

0 commit comments

Comments
 (0)