From c23acf9e9e3c644d59c5b6fcfbdcfb59e0b18961 Mon Sep 17 00:00:00 2001 From: Ajay Bura Date: Sat, 1 Jan 2022 11:47:53 +0530 Subject: [PATCH] Fix context menu margin in auth page Signed-off-by: Ajay Bura --- src/app/templates/auth/Auth.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/templates/auth/Auth.scss b/src/app/templates/auth/Auth.scss index 9dfa22a..8249e16 100644 --- a/src/app/templates/auth/Auth.scss +++ b/src/app/templates/auth/Auth.scss @@ -51,8 +51,8 @@ .homeserver-form, .auth-form__heading { - & .context-menu .btn-surface .ic-raw { - width: 0; + & .context-menu__item .text { + margin: 0 !important; } }