From 0045f998ac130e22210de0d1abbf5fc7deb7d8f0 Mon Sep 17 00:00:00 2001 From: Andrew Croce Date: Tue, 25 Sep 2018 14:11:11 -0400 Subject: [PATCH] Adjust max width for inputs in form cols --- styles/components/_forms.scss | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/styles/components/_forms.scss b/styles/components/_forms.scss index db7ee296..5ebf01f4 100644 --- a/styles/components/_forms.scss +++ b/styles/components/_forms.scss @@ -16,6 +16,12 @@ margin-top: 0; } } + + .usa-input { + input { + max-width: none; + } + } } @include media($medium-screen) { @@ -46,10 +52,6 @@ right: -$gap * 3; } } - - input { - max-width: none; - } } &:first-child {