From 659bd131b3133f480c828ce540ca9b1d17b3258b Mon Sep 17 00:00:00 2001 From: leigh-mil Date: Wed, 4 Sep 2019 11:14:31 -0400 Subject: [PATCH] Fix card and input widths --- styles/sections/_task_order.scss | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/styles/sections/_task_order.scss b/styles/sections/_task_order.scss index f257f764..d3c1b3bb 100644 --- a/styles/sections/_task_order.scss +++ b/styles/sections/_task_order.scss @@ -95,10 +95,7 @@ .usa-input { margin: 0 $gap 0 0; - - input { - max-width: none; - } + width: 45rem; } .form-row { @@ -280,7 +277,7 @@ } .clin-card { - width: 70rem; + width: 62rem; &__title.h4 { margin-top: 0;