Skip to content

Commit

Permalink
Remove max height for code blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
iamgio committed Aug 11, 2024
1 parent a9327aa commit 6b94fec
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions core/src/main/resources/render/theme/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ a {
color: var(--qd-link-color);
}

pre code {
max-height: none !important;
}

code.focus-lines .hljs-ln-line:not(.focused) {
opacity: 0.4;
}
Expand Down

0 comments on commit 6b94fec

Please sign in to comment.