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

This commit is contained in:
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

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;
}