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

Fix timeline list and paragraph display issues #10424

Merged
merged 7 commits into from
Mar 27, 2023
6 changes: 0 additions & 6 deletions res/css/views/rooms/_EventTile.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -642,12 +642,6 @@ $left-gutter: 64px;
ul {
list-style-type: disc;
}

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

Expand Down