Skip to content

Commit dd50b47

Browse files
authored
Merge pull request #744 from hyoo-ru/mol_html_view2
$mol_html_view: Inline for Sup and Sub
2 parents 7265e77 + 356e6c4 commit dd50b47

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

html/view/view.view.tree.css.ts

+2
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ namespace $ {
109109
},
110110

111111
Subscript: {
112+
display: 'inline',
112113
font: {
113114
size: '.75em',
114115
},
@@ -117,6 +118,7 @@ namespace $ {
117118
},
118119

119120
Superscript: {
121+
display: 'inline',
120122
font: {
121123
size: '.75em',
122124
},

0 commit comments

Comments
 (0)