Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit aa0a753

Browse files
authored
Merge pull request #6681 from SimonBrandner/fix/codeblock-formatting
Fix codeblock formatting with syntax highlighting on
2 parents d442845 + 9f79103 commit aa0a753

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

res/css/views/rooms/_EventTile.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ $hover-select-border: 4px;
480480
}
481481

482482
pre code > * {
483-
display: inline-block;
483+
display: inline;
484484
}
485485

486486
pre {

0 commit comments

Comments
 (0)