Skip to content

Commit ad55f53

Browse files
authoredNov 24, 2023
Merge pull request #2162 from ISSOtm/padding-hljs
Fix code blocks "indent" without highlight.js
2 parents 660cbfa + 9bc68bd commit ad55f53

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/theme/css/chrome.css

+1
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,7 @@ pre > .buttons button {
271271
}
272272
}
273273
pre > code {
274+
display: block;
274275
padding: 1rem;
275276
}
276277

0 commit comments

Comments
 (0)
Please sign in to comment.