Skip to content

Commit

Permalink
fix: Syntax highlighter empty line (nodejs#6055)
Browse files Browse the repository at this point in the history
* fix: Syntax highlighter empty line

* fix: Last empty line shouldnt shown
  • Loading branch information
canerakdas authored Oct 27, 2023
1 parent b66971e commit ff41772
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions styles/old/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,14 @@ a:hover .color-lightgray {
}
}

.shiki .line {
min-height: 1rem;

&:last-child {
min-height: initial;
}
}

html[dir='rtl'] {
.has-side-nav {
nav {
Expand Down

0 comments on commit ff41772

Please sign in to comment.