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 */