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

Commit 41c8ab5

Browse files
authored
fix paragraph display for MD from plain text editor (#10071)
1 parent cfba1b0 commit 41c8ab5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: res/css/views/rooms/_EventTile.pcss

+1-1
Original file line numberDiff line numberDiff line change
@@ -640,7 +640,7 @@ $left-gutter: 64px;
640640
}
641641

642642
/* Remove top and bottom margin for better display in rich text editor output */
643-
:is(p, ol, ul) {
643+
:is(blockquote > p, ol, ul) {
644644
margin-top: 0;
645645
margin-bottom: 0;
646646
}

0 commit comments

Comments
 (0)