From 68d0b8e2711724c9e7b996d64df044852921c677 Mon Sep 17 00:00:00 2001 From: montana Date: Mon, 17 Jun 2019 15:12:57 -0400 Subject: [PATCH] Give the label a max width to prevent text overflow in ie and edge --- styles/components/_modal.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/styles/components/_modal.scss b/styles/components/_modal.scss index 9d64126b..7718364a 100644 --- a/styles/components/_modal.scss +++ b/styles/components/_modal.scss @@ -18,6 +18,10 @@ body { .modal__container { height: 100vh; max-height: 100vh; + + .usa-input .usa-input__choices label { + max-width: 62rem; + } } .modal__dialog {