From 47ca541a3ebd7f8951770d640e3e439846e6fb88 Mon Sep 17 00:00:00 2001 From: Felix Niklas Date: Wed, 30 Sep 2015 15:00:38 +0200 Subject: [PATCH] actions list headers: fix spacing --- app/assets/stylesheets/zammad.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/zammad.scss b/app/assets/stylesheets/zammad.scss index 9ce9e231d..ecaa1d035 100644 --- a/app/assets/stylesheets/zammad.scss +++ b/app/assets/stylesheets/zammad.scss @@ -6249,7 +6249,7 @@ output { margin-right: -9px; } - h2, h3 { + h2 { margin-bottom: 0; }