Skip to content

Commit 80f8441

Browse files
committed
Fixed missing subscript styling
Closes #284
1 parent 9eecaea commit 80f8441

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

resources/assets/sass/_text.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,11 @@ sup, .superscript {
119119
font-size: 0.8em;
120120
}
121121

122+
sub, .subscript {
123+
vertical-align: sub;
124+
font-size: 0.8em;
125+
}
126+
122127
pre {
123128
font-family: monospace;
124129
white-space:pre;

0 commit comments

Comments
 (0)