From 1606948c336a556ba417e68ccce1da8cb4df77ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?= Date: Mon, 14 Oct 2019 21:10:45 +0100 Subject: [PATCH] fix(ui): use consistent margin on filter elements --- ui/src/Components/Labels/FilterInputLabel/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/src/Components/Labels/FilterInputLabel/index.js b/ui/src/Components/Labels/FilterInputLabel/index.js index da489d9f9..e2dce2b4c 100644 --- a/ui/src/Components/Labels/FilterInputLabel/index.js +++ b/ui/src/Components/Labels/FilterInputLabel/index.js @@ -75,7 +75,7 @@ const FilterInputLabel = observer( {filter.isValid ? ( filter.applied ? ( showCounter ? ( - + {filter.hits} ) : null @@ -90,7 +90,7 @@ const FilterInputLabel = observer( )}