Merge pull request #1034 from dod-ccpo/ie11-modal-fix

Center modals in ie11
This commit is contained in:
dandds 2019-08-20 09:32:45 -04:00 committed by GitHub
commit 9578670ade
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,6 +21,7 @@ body {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
.usa-input .usa-input__choices label {
max-width: 62rem;