Skip to content

Commit 74b2648

Browse files
committed
fix: css issue on blank lines
1 parent d0fe7c2 commit 74b2648

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pwa/styles/common.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
.doc a {
5555
@apply text-blue;
5656
}
57-
.doc span.line:after {
57+
.doc code span.line:not(:last-of-type):after {
5858
content: "\200B"; /* useful to set correct height on empty lines */
5959
}
6060
}

0 commit comments

Comments
 (0)