DEV: Normalize ol and ul styling (#16027)

This commit is contained in:
Penar Musaraj
2022-02-22 22:17:41 +01:00
committed by GitHub
parent 3712c958fa
commit 715ec0d72f

View File

@ -62,6 +62,7 @@ hr {
// -------------------------------------------------- // --------------------------------------------------
ul, ul,
ol,
dd { dd {
margin: 1em 0 1em 1.25em; margin: 1em 0 1em 1.25em;
padding: 0; padding: 0;
@ -73,9 +74,12 @@ dd {
clear: both; clear: both;
} }
.cooked ul, .cooked,
.d-editor-preview ul { .d-editor-preview {
padding-left: 1.25em; ul,
ol {
padding-left: 1.25em;
}
} }
li, li,