mirror of https://github.com/vector-im/riot-web
Merge pull request #6681 from SimonBrandner/fix/codeblock-formatting
Fix codeblock formatting with syntax highlighting onpull/21833/head
commit
aa0a753105
|
@ -480,7 +480,7 @@ $hover-select-border: 4px;
|
|||
}
|
||||
|
||||
pre code > * {
|
||||
display: inline-block;
|
||||
display: inline;
|
||||
}
|
||||
|
||||
pre {
|
||||
|
|
Loading…
Reference in New Issue