Skip to content

Commit

Permalink
fix(theme-default): code block line number misalignment in Safari (#164)
Browse files Browse the repository at this point in the history
fix:  code block line number misalignment in Safari
  • Loading branch information
pengzhanbo authored May 29, 2024
1 parent d0bc473 commit 16f9024
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion themes/theme-default/src/client/styles/code.scss
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,6 @@ div[class*='language-'] {
position: relative;
z-index: 3;
user-select: none;
height: #{$line-height}em;

&::before {
counter-increment: line-number;
Expand Down

0 comments on commit 16f9024

Please sign in to comment.