fix: padding on liquid code blocks

props @MichaelCurrin
This commit is contained in:
Frank Taillandier 2020-04-04 16:35:45 +02:00 committed by GitHub
parent d4ee27ed70
commit 842a809cab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -796,7 +796,10 @@ h5 > code,
overflow: auto;
}
pre.highlight { padding: 10px 0.5em; }
pre.highlight,
.highlight > pre {
padding: 10px 0.5em;
}
.highlighter-rouge .highlight {
@extend .highlight;