From 5c535d18855f056f033ab28f3675607abb2a3b3f Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Tue, 8 Mar 2022 15:40:25 +0000 Subject: [PATCH] Remove margin-left from search icon on the spotlight dialog (#7987) --- res/css/views/dialogs/_SpotlightDialog.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/res/css/views/dialogs/_SpotlightDialog.scss b/res/css/views/dialogs/_SpotlightDialog.scss index 31358ad8a3..15c45e5224 100644 --- a/res/css/views/dialogs/_SpotlightDialog.scss +++ b/res/css/views/dialogs/_SpotlightDialog.scss @@ -214,7 +214,6 @@ limitations under the License. .mx_SpotlightDialog_otherSearches_messageSearchIcon { display: inline-block; - margin-left: 8px; width: 20px; height: 20px; background-color: $secondary-content;