mirror of
https://github.com/discourse/discourse.git
synced 2025-06-02 16:29:32 +08:00
UX: fix layout of invite modal errors (#31199)
Flex is causing odd wrapping for errors with multiple elements within. Before:  After: 
This commit is contained in:
@ -102,4 +102,10 @@ html.modal-open {
|
||||
margin-left: 0.5em;
|
||||
}
|
||||
}
|
||||
|
||||
.alert-error {
|
||||
label {
|
||||
display: inline-block;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user