diff --git a/ui/src/Components/Labels/FilterInputLabel/index.css b/ui/src/Components/Labels/FilterInputLabel/index.css index 3b79ae35a..3de3f2cad 100644 --- a/ui/src/Components/Labels/FilterInputLabel/index.css +++ b/ui/src/Components/Labels/FilterInputLabel/index.css @@ -1,7 +1,6 @@ .badge.components-filteredinputlabel { /* make fonts bigger */ font-size: 90%; - line-height: 1.4; /* fix align after text-truncate */ vertical-align: middle; @@ -24,5 +23,4 @@ .badge.components-filteredinputlabel > .close { /* make close button bigger, to match font size of the badge */ font-size: 1rem; - margin-left: 0.25rem; } diff --git a/ui/src/Components/Labels/FilterInputLabel/index.js b/ui/src/Components/Labels/FilterInputLabel/index.js index 6a0bcab3a..cd61e8f60 100644 --- a/ui/src/Components/Labels/FilterInputLabel/index.js +++ b/ui/src/Components/Labels/FilterInputLabel/index.js @@ -76,7 +76,7 @@ const FilterInputLabel = observer( style={style} onClick={() => alertStore.filters.removeFilter(filter.raw)} > - + × {filter.isValid ? ( filter.applied ? (