From 4f8307605f0126de0519c23b298c8b7691006e90 Mon Sep 17 00:00:00 2001 From: nigelrudolf Date: Tue, 1 Sep 2020 13:41:02 -0400 Subject: [PATCH] Fixed 1px jump upwards on filter room members box Signed-off-by: nigelrudolf --- res/css/structures/_SearchBox.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/res/css/structures/_SearchBox.scss b/res/css/structures/_SearchBox.scss index 23ee06f7b3..8c36ceee9e 100644 --- a/res/css/structures/_SearchBox.scss +++ b/res/css/structures/_SearchBox.scss @@ -26,8 +26,8 @@ limitations under the License. cursor: pointer; background-image: url('$(res)/img/icons-close.svg'); background-repeat: no-repeat; - width: 16px; - height: 16px; + width: 15px; + height: 15px; background-position: center; padding: 9px; }