From 5530160492f02dc9efb4c0c3fbf638e5a7719118 Mon Sep 17 00:00:00 2001 From: Felix Niklas Date: Wed, 30 Sep 2015 16:18:01 +0200 Subject: [PATCH] fix table spacing --- app/assets/stylesheets/zammad.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/zammad.scss b/app/assets/stylesheets/zammad.scss index 628d751ed..cb03c67d1 100644 --- a/app/assets/stylesheets/zammad.scss +++ b/app/assets/stylesheets/zammad.scss @@ -601,7 +601,7 @@ table { } .table > tbody > tr > td { - padding: 9px; + padding: 11px 10px 7px; border: none; box-shadow: 0 1px rgba(0,0,0,.03); } @@ -679,7 +679,7 @@ table { .table .checkbox-replacement, .table .radio-replacement { - height: 38px; + height: 40px; } .table-overview tbody .icon-checkbox,