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

Fix markdown paragraph display in timeline #10071

Merged
merged 3 commits into from
Feb 3, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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