From 086571d7fe81315c544b2b056a9b54787e217972 Mon Sep 17 00:00:00 2001 From: GabrielMeyer Date: Mon, 17 Jun 2019 14:57:26 +0200 Subject: [PATCH] Fixes correct displaying for 'Active filters' --- .../components/sort-filter-bar/sort-filter-bar.component.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/app/shared/components/sort-filter-bar/sort-filter-bar.component.scss b/client/src/app/shared/components/sort-filter-bar/sort-filter-bar.component.scss index 379fbc62d..ac5b122fe 100644 --- a/client/src/app/shared/components/sort-filter-bar/sort-filter-bar.component.scss +++ b/client/src/app/shared/components/sort-filter-bar/sort-filter-bar.component.scss @@ -27,7 +27,7 @@ span.right-with-margin { .current-filters { display: flex; justify-content: flex-start; - margin: 5px; + margin: 0 5px; button { padding: 3px; font-size: 80%;