Browse Source

fix(admin-ui): Fix display of alert on login screen

Michael Bromley 1 year ago
parent
commit
7e66d852bd

+ 1 - 0
packages/admin-ui/src/lib/login/src/components/login/login.component.scss

@@ -171,6 +171,7 @@
 .login-error {
 .login-error {
     max-height: 0;
     max-height: 0;
     overflow: hidden;
     overflow: hidden;
+    display: block;
 
 
     &.visible {
     &.visible {
         max-height: 46px;
         max-height: 46px;