Skip to content

Commit 92628fe

Browse files
committed
Fix default.css line-height in .ascii-art
1 parent 02db7b2 commit 92628fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

default.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
pre.ascii-art {
4242
display: table; /* shrinkwrap */
4343
margin: 1em auto;
44-
line-height: normal;
44+
line-height: 1;
4545
}
4646

4747
/* Displaying the output of text layout, particularly when

0 commit comments

Comments
 (0)