From f4528721f31ef2f97fd6f99adf5f0acb1987f2a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?= Date: Mon, 17 Jun 2019 20:11:45 +0100 Subject: [PATCH] fix(ui): reset filter input badge top offset --- ui/src/Components/Labels/FilterInputLabel/index.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ui/src/Components/Labels/FilterInputLabel/index.scss b/ui/src/Components/Labels/FilterInputLabel/index.scss index a24a72abf..dc5b0c311 100644 --- a/ui/src/Components/Labels/FilterInputLabel/index.scss +++ b/ui/src/Components/Labels/FilterInputLabel/index.scss @@ -21,6 +21,10 @@ /* we have badge inside a badge, make the inner one a little brighter in case both use same color classes */ filter: brightness(115%); + + /* there's "top: -1px" on ".btn .badge" + which moves the badge a bit to high, reset it */ + top: 0; } button.btn.components-filteredinputlabel {