Merge pull request #2162 from ISSOtm/padding-hljs

Fix code blocks "indent" without highlight.js
This commit is contained in:
Eric Huss 2023-11-24 19:59:55 +00:00 committed by GitHub
commit ad55f5367e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -271,6 +271,7 @@ pre > .buttons button {
}
}
pre > code {
display: block;
padding: 1rem;
}