UX: fix layout of invite modal errors (#31199)

Flex is causing odd wrapping for errors with multiple elements within.

Before: 

![image](https://github.com/user-attachments/assets/73f30c46-ef44-48ef-b249-e955c2ce71e1)

After:

![image](https://github.com/user-attachments/assets/454f2857-3eb5-4fc6-a7f3-752a0d2a3add)
This commit is contained in:
Kris
2025-02-05 13:33:52 -05:00
committed by GitHub
parent 553a8851ab
commit 5b8b534267

View File

@ -102,4 +102,10 @@ html.modal-open {
margin-left: 0.5em;
}
}
.alert-error {
label {
display: inline-block;
}
}
}