richtext-content: fix spacing of nested p, table and pre

This commit is contained in:
Felix Niklas 2016-05-12 11:32:51 +02:00
parent 5e7468e8a8
commit 8bd3af788f

View file

@ -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;
} }