From ce5a5f75e428bd9de7de0b126d16b922a157646f Mon Sep 17 00:00:00 2001 From: Annabel Dunstone Date: Mon, 11 Jul 2016 16:42:25 -0500 Subject: Add margin to filter labels --- app/assets/stylesheets/pages/labels.scss | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/pages/labels.scss b/app/assets/stylesheets/pages/labels.scss index 47bfd144930..3b1e38fc07d 100644 --- a/app/assets/stylesheets/pages/labels.scss +++ b/app/assets/stylesheets/pages/labels.scss @@ -162,9 +162,15 @@ } .filtered-labels { + font-size: 0; + padding: 12px 16px; + .label-row { + margin-top: 4px; + margin-bottom: 4px; + &:not(:last-child) { - margin-right: 5px; + margin-right: 8px; } } -- cgit v1.2.1