mirror of
https://github.com/rust-lang/mdBook
synced 2025-03-04 15:17:11 +00:00
Merge pull request #2162 from ISSOtm/padding-hljs
Fix code blocks "indent" without highlight.js
This commit is contained in:
commit
ad55f5367e
1 changed files with 1 additions and 0 deletions
|
@ -271,6 +271,7 @@ pre > .buttons button {
|
|||
}
|
||||
}
|
||||
pre > code {
|
||||
display: block;
|
||||
padding: 1rem;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue