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

View File

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