fix paragraph display for MD from plain text editor (#10071)
parent
cfba1b07c6
commit
41c8ab5e59
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue