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

Commit 8eeeee1

Browse files
authored
Use default styling on nested numbered lists due to MD being sensitive (#9110)
1 parent a2c5a59 commit 8eeeee1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

res/css/views/rooms/_EventTile.pcss

+5
Original file line numberDiff line numberDiff line change
@@ -609,6 +609,11 @@ $left-gutter: 64px;
609609
display: inline-block;
610610
}
611611
*/
612+
613+
/* Override nested lists being lower-roman */
614+
ol ol, ul ol {
615+
list-style-type: revert;
616+
}
612617
}
613618
}
614619

0 commit comments

Comments
 (0)