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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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