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 {
|
pre > code {
|
||||||
|
display: block;
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue