diff --git a/styles/sections/_task_order.scss b/styles/sections/_task_order.scss index 830e591b..a6e0abc9 100644 --- a/styles/sections/_task_order.scss +++ b/styles/sections/_task_order.scss @@ -125,10 +125,22 @@ background-color: $color-gray-lightest; } - .task-order__form { + &.task_order__form { .totals-box { margin-top: 0; } + + .icon { + left: 100%; + } + + .usa-input--validation--dollars input { + max-width: unset; + } + + .usa-form-group-year { + margin-right: 0.4rem; + } } .row.row__form-fields { diff --git a/templates/task_orders/edit.html b/templates/task_orders/edit.html index 1039a880..819dcd8e 100644 --- a/templates/task_orders/edit.html +++ b/templates/task_orders/edit.html @@ -91,7 +91,7 @@ {% set action = url_for("task_orders.update", portfolio_id=portfolio.id) %} {% set review_action = url_for("task_orders.update", portfolio_id=portfolio.id, review=True) %} {% endif %} -