From 7550a92df9617241776a373b260b1aaa527e1b93 Mon Sep 17 00:00:00 2001 From: Nigel Mansell Date: Tue, 1 Sep 2020 13:58:48 -0400 Subject: [PATCH] Fixed 1px jump upwards on filter room members box Signed-off-by: Nigel Mansell --- 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; }