Merge pull request #2162 from ISSOtm/padding-hljs
Fix code blocks "indent" without highlight.js
This commit is contained in:
commit
ad55f5367e
|
@ -271,6 +271,7 @@ pre > .buttons button {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
pre > code {
|
pre > code {
|
||||||
|
display: block;
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue