FIX: login modal max-width wasn't specific enough (#12207)

follow up to 362dd79
This commit is contained in:
Kris 2021-02-24 18:32:40 -05:00 committed by GitHub
parent 57bfc398d4
commit e3e8fd4f7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
display: none;
}
#discourse-modal:not(.has-alt-auth) .modal-inner-container {
#discourse-modal.login-modal:not(.has-alt-auth) .modal-inner-container {
max-width: 28em; // prevents long alerts from expanding the modal width
}