From 7e4b856ec34630fa0f8371cf9793e9b95147adbb Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Mon, 28 Feb 2022 15:05:32 +0000 Subject: [PATCH] Fix padding inside the labels on Settings (#7912) --- res/css/structures/_TabbedView.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/res/css/structures/_TabbedView.scss b/res/css/structures/_TabbedView.scss index 3776f5dc4a..526d2dcb9f 100644 --- a/res/css/structures/_TabbedView.scss +++ b/res/css/structures/_TabbedView.scss @@ -55,7 +55,6 @@ limitations under the License. .mx_TabbedView_maskedIcon { width: 16px; height: 16px; - margin-left: 8px; margin-right: 16px; } @@ -122,7 +121,7 @@ limitations under the License. align-items: center; vertical-align: text-top; cursor: pointer; - padding: 8px 0; + padding: 8px; border-radius: 8px; font-size: $font-13px; position: relative;