Remove css causing list and paragraph issues (#10424)

t3chguy/dedup-icons-17oct
alunturner 2023-03-27 18:16:37 +01:00 committed by GitHub
parent b0de7b3bb6
commit 0fcb9d6a3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 6 deletions

View File

@ -642,12 +642,6 @@ $left-gutter: 64px;
ul { ul {
list-style-type: disc; list-style-type: disc;
} }
/* Remove top and bottom margin for better display in rich text editor output */
:is(blockquote > p, ol, ul) {
margin-top: 0;
margin-bottom: 0;
}
} }
} }