From 5a95f4a7dd61fb08d90b0d35d18882dad8e37499 Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Fri, 17 Jun 2016 15:41:32 +0100 Subject: [PATCH] Tighten up spacing for better visual grouping --- app/assets/stylesheets/components/table.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/components/table.scss b/app/assets/stylesheets/components/table.scss index 6c0c6517e..79f5eae88 100644 --- a/app/assets/stylesheets/components/table.scss +++ b/app/assets/stylesheets/components/table.scss @@ -14,9 +14,10 @@ table-layout: fixed; } - .table-field-headings { + .table-field-headings, + .table-field-headings-visible { th { - padding: 0 0 5px 0; + padding-bottom: 5px; } }