From 682ce17bc77060edcd7c5c9e9799c2e951542f61 Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Wed, 8 Nov 2023 12:30:50 +0500 Subject: [PATCH] MM-50246 - Updating custom styles for login page (#25347) Co-authored-by: Mattermost Build --- webapp/channels/src/components/login/login.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/webapp/channels/src/components/login/login.scss b/webapp/channels/src/components/login/login.scss index 4b65a330de..1dbe2f0773 100644 --- a/webapp/channels/src/components/login/login.scss +++ b/webapp/channels/src/components/login/login.scss @@ -73,13 +73,13 @@ .login-body-message-subtitle, .login-body-custom-branding-markdown { - text-align: center; + text-align: left; } } .login-body-custom-branding-image { - max-height: 540px; - align-self: center; + max-height: 240px; + align-self: self-start; margin-bottom: 28px; border-radius: 8px; }