Merge pull request #6681 from SimonBrandner/fix/codeblock-formatting

Fix codeblock formatting with syntax highlighting on
This commit is contained in:
Travis Ralston 2021-08-25 13:36:47 -06:00 committed by GitHub
commit aa0a753105
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -480,7 +480,7 @@ $hover-select-border: 4px;
} }
pre code > * { pre code > * {
display: inline-block; display: inline;
} }
pre { pre {