Add ol override CSS for markdown-body (#31618)

This commit is contained in:
Brendon Walsh 2026-01-05 08:07:51 -05:00 committed by GitHub
parent 05e7203f1b
commit 5e6ee49509
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 {