FIX: login modal max-width wasn't specific enough (#12207)
follow up to 362dd79
This commit is contained in:
parent
57bfc398d4
commit
e3e8fd4f7c
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue