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; }