Give the label a max width to prevent text overflow in ie and edge
This commit is contained in:
parent
9b521765c7
commit
68d0b8e271
@ -18,6 +18,10 @@ body {
|
||||
.modal__container {
|
||||
height: 100vh;
|
||||
max-height: 100vh;
|
||||
|
||||
.usa-input .usa-input__choices label {
|
||||
max-width: 62rem;
|
||||
}
|
||||
}
|
||||
|
||||
.modal__dialog {
|
||||
|
Loading…
x
Reference in New Issue
Block a user