From aca2eaada303a89b67db97bd411db6229b649374 Mon Sep 17 00:00:00 2001 From: graham-dds Date: Wed, 28 Aug 2019 11:58:10 -0400 Subject: [PATCH] Add a width attr to modal__dialog --- styles/components/_modal.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/styles/components/_modal.scss b/styles/components/_modal.scss index 96893906..561c5c33 100644 --- a/styles/components/_modal.scss +++ b/styles/components/_modal.scss @@ -218,6 +218,7 @@ body { &.wide { .modal__dialog { max-width: 90rem; + width: 100%; } .modal__body {