From 2a2956f55ff36cf0d362ee4111527b3a2e3585fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20Rosick=C3=BD?= Date: Thu, 15 Feb 2024 14:40:56 +0100 Subject: [PATCH] fix(style): incorrect usage of justify-content property in Authorize button wrapper (#9421) Co-authored-by: Oliwia Rogala --- src/style/_layout.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/style/_layout.scss b/src/style/_layout.scss index 63967487c73..e3ab1fd9919 100644 --- a/src/style/_layout.scss +++ b/src/style/_layout.scss @@ -844,7 +844,7 @@ .auth-wrapper { flex: none; - justify-content: none; + justify-content: start; .authorize {