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 {
|
||||
p, table, pre {
|
||||
margin-bottom: 16px;
|
||||
|
||||
}
|
||||
|
||||
& > p, & > table, & > pre {
|
||||
&:first-child {
|
||||
margin-top: 6px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue