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

Commit

Permalink
Remove css causing list and paragraph issues (#10424)
Browse files Browse the repository at this point in the history
  • Loading branch information
alunturner committed Mar 27, 2023
1 parent b0de7b3 commit 0fcb9d6
Showing 1 changed file with 0 additions and 6 deletions.
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

0 comments on commit 0fcb9d6

Please sign in to comment.