From df8c8e42aca1362f1d0dfd6f004912786220e383 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20Rosick=C3=BD?= Date: Thu, 15 Feb 2024 12:14:35 +0100 Subject: [PATCH] fix justify-content property --- 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 63967487c73b..e3ab1fd99193 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 {