diff --git a/styles/sections/_task_order.scss b/styles/sections/_task_order.scss index e9fcc9b8..9b84e463 100644 --- a/styles/sections/_task_order.scss +++ b/styles/sections/_task_order.scss @@ -77,6 +77,25 @@ .usa-alert { margin: 1.5em 0; } + + .task-order__loa-fieldset { + .usa-input { + margin: 0; + } + + input { + margin: $gap 0; + max-width: unset; + } + + input:first-child { + margin-top: 0; + } + + input:last-child { + margin-bottom: 0; + } + } } .row.row__form-fields { diff --git a/templates/task_orders/edit.html b/templates/task_orders/edit.html index 6e0c9007..3bcf58f3 100644 --- a/templates/task_orders/edit.html +++ b/templates/task_orders/edit.html @@ -13,8 +13,7 @@ {% macro LOAInput() %}