From 24c89aeb64cf6266d95f42124419d4f070864631 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Sun, 17 Mar 2024 03:36:05 +0200 Subject: [PATCH] Fixed centering of text below custom login logo. Thanks to xet7 ! --- client/components/main/layouts.css | 1 + 1 file changed, 1 insertion(+) diff --git a/client/components/main/layouts.css b/client/components/main/layouts.css index 640d2dae1..22ec3b609 100644 --- a/client/components/main/layouts.css +++ b/client/components/main/layouts.css @@ -470,6 +470,7 @@ a:not(.disabled).is-active i.fa { .select-authentication { width: 100%; } +.textBelowCustomLoginLogo, .auth-layout { display: flex; flex-direction: column;