Skip to content

Commit

Permalink
Merge pull request #2162 from ISSOtm/padding-hljs
Browse files Browse the repository at this point in the history
Fix code blocks "indent" without highlight.js
  • Loading branch information
ehuss authored Nov 24, 2023
2 parents 660cbfa + 9bc68bd commit ad55f53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/theme/css/chrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,7 @@ pre > .buttons button {
}
}
pre > code {
display: block;
padding: 1rem;
}

Expand Down

0 comments on commit ad55f53

Please sign in to comment.