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

View File

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