Remove css causing list and paragraph issues (#10424)
This commit is contained in:
parent
b0de7b3bb6
commit
0fcb9d6a3e
1 changed files with 0 additions and 6 deletions
|
@ -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;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue