From fc3bd7eb420671e6f3cb843cbab9340bf1db85a9 Mon Sep 17 00:00:00 2001 From: Nikita Maliarchuk <84377976+nikita-web-ua@users.noreply.github.com> Date: Fri, 31 Mar 2023 08:45:28 +0200 Subject: [PATCH] [ACA-4654] style fix (#8430) --- lib/core/src/lib/login/components/login.component.scss | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/lib/core/src/lib/login/components/login.component.scss b/lib/core/src/lib/login/components/login.component.scss index 470ea555b6..5ec0416a47 100644 --- a/lib/core/src/lib/login/components/login.component.scss +++ b/lib/core/src/lib/login/components/login.component.scss @@ -116,10 +116,14 @@ .adf-login-button { width: 100%; height: 36px; - line-height: 38px; + line-height: normal; box-shadow: none; } + .adf-login-button .mat-button-wrapper { + display: inline-flex; + } + .adf-login-button-label { color: var(--theme-accent-color-default-contrast); } @@ -144,6 +148,7 @@ .adf-interactive-login-label { display: flex; flex-direction: row; + line-height: 38px; justify-content: center; }