richtext-content: fix spacing of nested p, table and pre
This commit is contained in:
parent
5e7468e8a8
commit
8bd3af788f
1 changed files with 2 additions and 1 deletions
|
@ -8127,8 +8127,9 @@ output {
|
||||||
.richtext-content {
|
.richtext-content {
|
||||||
p, table, pre {
|
p, table, pre {
|
||||||
margin-bottom: 16px;
|
margin-bottom: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
& > p, & > table, & > pre {
|
||||||
&:first-child {
|
&:first-child {
|
||||||
margin-top: 6px;
|
margin-top: 6px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue