Merge pull request #6681 from SimonBrandner/fix/codeblock-formatting
Fix codeblock formatting with syntax highlighting on
This commit is contained in:
commit
aa0a753105
1 changed files with 1 additions and 1 deletions
|
@ -480,7 +480,7 @@ $hover-select-border: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
pre code > * {
|
pre code > * {
|
||||||
display: inline-block;
|
display: inline;
|
||||||
}
|
}
|
||||||
|
|
||||||
pre {
|
pre {
|
||||||
|
|
Loading…
Reference in a new issue