Skip to content

Commit a117865

Browse files
authored
Merge pull request #373 from BeAPI/fix/sup-sub
fix (text): vertical align of sup elements
2 parents 0b2e535 + 7e1b628 commit a117865

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)