From 8bd3af788fa815fb59949270eb7f39785ed5db9a Mon Sep 17 00:00:00 2001 From: Felix Niklas Date: Thu, 12 May 2016 11:32:51 +0200 Subject: [PATCH] richtext-content: fix spacing of nested p, table and pre --- app/assets/stylesheets/zammad.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/zammad.scss b/app/assets/stylesheets/zammad.scss index 5d04127cb..5f05fd5bf 100644 --- a/app/assets/stylesheets/zammad.scss +++ b/app/assets/stylesheets/zammad.scss @@ -8127,8 +8127,9 @@ output { .richtext-content { p, table, pre { margin-bottom: 16px; - + } + & > p, & > table, & > pre { &:first-child { margin-top: 6px; }