Skip to content

Commit 4070e11

Browse files
committed
fix: Update display line numbers to start at 0
1 parent 2a96351 commit 4070e11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/test-case-component/src/styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ pre code {
2020
}
2121

2222
pre {
23-
counter-reset: line; /* Initialize a counter for line numbers */
23+
counter-reset: line -1; /* Initialize a counter for line numbers */
2424
}
2525

2626
.line::before {

0 commit comments

Comments
 (0)