Skip to content

Commit 9ddb2e6

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/themes/shared/_vars.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
--form-element-color : ;
116116
--heading-color : var(--strong-color);
117117
--heading-font-weight : 600;
118-
--heading-line-height : calc(2ex + 5px); /* Unit required */
118+
--heading-line-height : normal; /* Unit required */
119119
--kbd-bg : var(--color-mono-1);
120120
--kbd-border : 1px solid var(--color-mono-3);
121121
--kbd-border-radius : 4px;

0 commit comments

Comments
 (0)