Remove css causing list and paragraph issues (#10424)
parent
b0de7b3bb6
commit
0fcb9d6a3e
|
@ -642,12 +642,6 @@ $left-gutter: 64px;
|
|||
ul {
|
||||
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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue