Merge pull request #937 from dod-ccpo/to-submit-modal-overflowing

Give the label a max width to prevent text overflow in ie and edge
This commit is contained in:
dandds 2019-06-17 17:24:48 -04:00 committed by GitHub
commit 71340fd039
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,6 +18,10 @@ body {
.modal__container {
height: 100vh;
max-height: 100vh;
.usa-input .usa-input__choices label {
max-width: 62rem;
}
}
.modal__dialog {