Skip to content

Commit 7211041

Browse files
committed
fix: do not cut off bottom portion of text
1 parent 375c058 commit 7211041

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/themes/shared/_base.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
font: inherit;
99
-webkit-text-size-adjust: none;
1010
text-size-adjust: none;
11+
line-height: normal;
1112
}
1213

1314
html,

0 commit comments

Comments
 (0)