Merge pull request #1043 from dod-ccpo/fix-modal-width

Fix modal width bug
This commit is contained in:
graham-dds 2019-08-28 13:04:15 -04:00 committed by GitHub
commit 2a265e4eba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -218,6 +218,7 @@ body {
&.wide { &.wide {
.modal__dialog { .modal__dialog {
max-width: 90rem; max-width: 90rem;
width: 100%;
} }
.modal__body { .modal__body {