From 07566c9e878f409fc6663f325ed01fc0851e559b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?= Date: Tue, 26 Mar 2019 22:04:37 -0700 Subject: [PATCH] fix(ui): remove padding from the spinner When filter is not yet applied we draw a spinner icon that uses badge class on the parent element, remove padding from parent so we don't end up resizing parent --- ui/src/Components/Labels/FilterInputLabel/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/Components/Labels/FilterInputLabel/index.js b/ui/src/Components/Labels/FilterInputLabel/index.js index ab1f05a5a..9256a066f 100644 --- a/ui/src/Components/Labels/FilterInputLabel/index.js +++ b/ui/src/Components/Labels/FilterInputLabel/index.js @@ -76,7 +76,7 @@ const FilterInputLabel = observer( ) : null ) : ( - + )