From 7bd9cc641a061fadbe149107784a42b504d2982a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?= Date: Tue, 26 Mar 2019 21:32:48 -0700 Subject: [PATCH] fix(ui): cleanup filter input css classes --- ui/src/Components/Labels/FilterInputLabel/index.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ui/src/Components/Labels/FilterInputLabel/index.css b/ui/src/Components/Labels/FilterInputLabel/index.css index 97fcc246d..eb22f0467 100644 --- a/ui/src/Components/Labels/FilterInputLabel/index.css +++ b/ui/src/Components/Labels/FilterInputLabel/index.css @@ -11,9 +11,12 @@ margin-bottom: 1px; } -.badge.components-filteredinputlabel > .badge { +.badge.components-filteredinputlabel > .badge, +.badge.components-filteredinputlabel > svg { /* match outer badge font size */ font-size: 90%; + line-height: 100%; + padding-bottom: 0.1em; /* we have badge inside a badge, make the inner one a little brighter in case both use same color classes */