fix paragraph display for MD from plain text editor (#10071)

pull/28217/head
alunturner 2023-02-03 13:55:12 +00:00 committed by GitHub
parent cfba1b07c6
commit 41c8ab5e59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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