diff --git a/awx/ui/client/src/login/loginModal/loginModal.block.less b/awx/ui/client/src/login/loginModal/loginModal.block.less index e0a1ce11f6..464eb3c9f0 100644 --- a/awx/ui/client/src/login/loginModal/loginModal.block.less +++ b/awx/ui/client/src/login/loginModal/loginModal.block.less @@ -81,6 +81,7 @@ .LoginModal-alert { opacity: 1; + display: flex; } .LoginModal-alert.ng-hide { diff --git a/awx/ui/client/src/login/loginModal/loginModal.partial.html b/awx/ui/client/src/login/loginModal/loginModal.partial.html index 3b0b1f0f21..3d7bdb58df 100644 --- a/awx/ui/client/src/login/loginModal/loginModal.partial.html +++ b/awx/ui/client/src/login/loginModal/loginModal.partial.html @@ -14,16 +14,28 @@ Welcome to Ansible Tower!  Please sign in.
- Your session timed out due to inactivity. Please sign in. + +
+ Your session timed out due to inactivity. Please sign in. +
- Maximum per-user sessions reached. Please sign in. + +
+ Maximum per-user sessions reached. Please sign in. +
- Invalid username and/or password. Please try again. + +
+ Invalid username and/or password. Please try again. +
- {{ thirdPartyAttemptFailed }} + +
+ {{ thirdPartyAttemptFailed }} +