From 49c565c9bfe17065d8a70cdfb2be3026478ebf75 Mon Sep 17 00:00:00 2001 From: Andrea Leone Date: Tue, 11 Sep 2018 13:02:25 +0000 Subject: Resolve "Filter bar height changes when items are added" --- app/assets/stylesheets/framework/filters.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app') diff --git a/app/assets/stylesheets/framework/filters.scss b/app/assets/stylesheets/framework/filters.scss index a52e6c4f6a7..e9b074236cc 100644 --- a/app/assets/stylesheets/framework/filters.scss +++ b/app/assets/stylesheets/framework/filters.scss @@ -92,8 +92,8 @@ display: -webkit-flex; display: flex; flex-shrink: 0; - margin-top: 5px; - margin-bottom: 5px; + margin-top: 4px; + margin-bottom: 4px; .selectable { display: -webkit-flex; -- cgit v1.2.1