diff --git a/styles/sections/_task_order.scss b/styles/sections/_task_order.scss index c554fe1d..af82325e 100644 --- a/styles/sections/_task_order.scss +++ b/styles/sections/_task_order.scss @@ -94,11 +94,6 @@ } } - .usa-input--validation--dollars label span.icon { - left: auto; - right: -$gap * 9; - } - .form-row { margin: 0; } diff --git a/templates/task_orders/step_3.html b/templates/task_orders/step_3.html index a1dc2c44..603ac7bf 100644 --- a/templates/task_orders/step_3.html +++ b/templates/task_orders/step_3.html @@ -107,20 +107,20 @@ {% if fields %}
-
+
{{ TextInput(fields.obligated_amount, validation='dollars', watch=True) }}
{% else %}
-
+
-
+