From faa4f54c971c15b59d70ad6c4dd635c7a9ade507 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Thu, 2 Apr 2020 00:12:48 +0100 Subject: [PATCH] Only apply padding to standard textual buttons (kind buttons) Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --- res/css/views/right_panel/_UserInfo.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/css/views/right_panel/_UserInfo.scss b/res/css/views/right_panel/_UserInfo.scss index d0e13aa06b..d4ea823131 100644 --- a/res/css/views/right_panel/_UserInfo.scss +++ b/res/css/views/right_panel/_UserInfo.scss @@ -266,7 +266,7 @@ limitations under the License. } } - .mx_AccessibleButton { + .mx_AccessibleButton.mx_AccessibleButton_hasKind { padding: 8px 18px; &.mx_AccessibleButton_kind_primary {