Skip to content

Commit 85e165d

Browse files
fix: Change line display style from inline to block
1 parent e0b7c9f commit 85e165d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Code/code.module.sass

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
background-color: var(--code-line-hover-color)
1111

1212
.line
13-
display: inline
13+
display: block
1414
border-left: 0.5px solid var(--code-line-number-color)
1515
padding-left: 1em
1616

0 commit comments

Comments
 (0)