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

Commit

Permalink
fix paragraph display for MD from plain text editor (#10071)
Browse files Browse the repository at this point in the history
  • Loading branch information
artcodespace authored Feb 3, 2023
1 parent cfba1b0 commit 41c8ab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion res/css/views/rooms/_EventTile.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,7 @@ $left-gutter: 64px;
}

/* Remove top and bottom margin for better display in rich text editor output */
:is(p, ol, ul) {
:is(blockquote > p, ol, ul) {
margin-top: 0;
margin-bottom: 0;
}
Expand Down

0 comments on commit 41c8ab5

Please sign in to comment.