remove bad CSS selectors in markdown nested lists preview (#5526) (#5630)

This commit is contained in:
paoloflores 2023-01-16 06:26:12 -05:00 committed by GitHub
parent 4ddd0288f6
commit a315cb6ec6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -105,7 +105,7 @@
padding-left: var(--padding-xs);
}
& > ul {
ul {
list-style: disc;
ul {
@ -113,7 +113,7 @@
}
}
& > ol {
ol {
list-style: decimal;
ol {