mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 12:16:53 +02:00
Add ol override CSS for markdown-body (#31618)
This commit is contained in:
parent
05e7203f1b
commit
5e6ee49509
@ -759,6 +759,12 @@ $left-gutter: 64px;
|
||||
}
|
||||
*/
|
||||
|
||||
/* Support arbitrarily large marker numbers */
|
||||
ol {
|
||||
list-style-position: inside;
|
||||
padding-inline-start: 0.5em;
|
||||
}
|
||||
|
||||
/* Override nested lists being lower-roman */
|
||||
ol ol,
|
||||
ul ol {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user