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

Commit 0fcb9d6

Browse files
authored
Remove css causing list and paragraph issues (#10424)
1 parent b0de7b3 commit 0fcb9d6

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

res/css/views/rooms/_EventTile.pcss

-6
Original file line numberDiff line numberDiff line change
@@ -642,12 +642,6 @@ $left-gutter: 64px;
642642
ul {
643643
list-style-type: disc;
644644
}
645-
646-
/* Remove top and bottom margin for better display in rich text editor output */
647-
:is(blockquote > p, ol, ul) {
648-
margin-top: 0;
649-
margin-bottom: 0;
650-
}
651645
}
652646
}
653647

0 commit comments

Comments
 (0)