From ad9b40d9e9bafd109ea0f67db9e03cf61a7ca4ba Mon Sep 17 00:00:00 2001 From: Mubbshar Anwar <78487564+mubbsharanwar@users.noreply.github.com> Date: Fri, 22 Apr 2022 15:28:53 +0500 Subject: [PATCH] fix: button width (#563) text fit in login button. VAM-889 --- src/_style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_style.scss b/src/_style.scss index 3cdefa60..501c240a 100644 --- a/src/_style.scss +++ b/src/_style.scss @@ -42,7 +42,7 @@ $accent-a-light: #c9f2f5; } .login-button-width { - width: 6rem; + min-width: 6rem; } .tpa-skeleton {