Skip to content

Commit 7e1b628

Browse files
committed
fix (text): vertical align of sup elements
1 parent 74005d5 commit 7e1b628

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/scss/03-base/_text.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,7 @@ pre {
1414
overflow-x: auto;
1515
white-space: pre;
1616
}
17+
18+
sup {
19+
vertical-align: super;
20+
}

0 commit comments

Comments
 (0)