Skip to content

Commit 87ed516

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/themes/shared/_markdown.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,7 @@
248248
margin: 2rem 0 0.5em;
249249
color: var(--heading-color);
250250
font-weight: var(--heading-font-weight);
251+
line-height: normal;
251252

252253
/* Prevent long titles from causing horizontal scrolling */
253254
&[id] a {

0 commit comments

Comments
 (0)