Skip to content

Commit ef1e303

Browse files
committed
fix line numbers
1 parent 28d2bc7 commit ef1e303

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

compare50/_renderer/static/match.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ pre {
5858
max-width:100%;
5959
width: 100%;
6060
height: 90vh;
61+
counter-reset: line_numbers;
6162
}
6263

6364
.right {
@@ -69,6 +70,7 @@ pre {
6970
max-width:100%;
7071
width: 100%;
7172
height: 90vh;
73+
counter-reset: line_numbers;
7274
}
7375

7476
.fragment:before {

0 commit comments

Comments
 (0)