diff --git a/res/css/views/rooms/_EventTile.pcss b/res/css/views/rooms/_EventTile.pcss index 72ee340d4fc..3b00103581a 100644 --- a/res/css/views/rooms/_EventTile.pcss +++ b/res/css/views/rooms/_EventTile.pcss @@ -635,7 +635,7 @@ $left-gutter: 64px; } /* Make list type disc to match rich text editor */ - > ul { + ul { list-style-type: disc; } diff --git a/res/css/views/rooms/wysiwyg_composer/components/_Editor.pcss b/res/css/views/rooms/wysiwyg_composer/components/_Editor.pcss index 77e07ab48b9..abfc4edb707 100644 --- a/res/css/views/rooms/wysiwyg_composer/components/_Editor.pcss +++ b/res/css/views/rooms/wysiwyg_composer/components/_Editor.pcss @@ -58,6 +58,11 @@ limitations under the License. padding-inline-start: $spacing-28; } + /* Make list type disc to match rich text editor */ + ul { + list-style-type: disc; + } + blockquote { color: #777; border-left: 2px solid $blockquote-bar-color;