mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 04:06:44 +02:00
Use default styling on nested numbered lists due to MD being sensitive (#9110)
This commit is contained in:
parent
a2c5a59b22
commit
8eeeee1aa2
@ -609,6 +609,11 @@ $left-gutter: 64px;
|
||||
display: inline-block;
|
||||
}
|
||||
*/
|
||||
|
||||
/* Override nested lists being lower-roman */
|
||||
ol ol, ul ol {
|
||||
list-style-type: revert;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user