diff --git a/styles/sections/_task_order.scss b/styles/sections/_task_order.scss index 7b6c6906..ba98a55f 100644 --- a/styles/sections/_task_order.scss +++ b/styles/sections/_task_order.scss @@ -231,7 +231,7 @@ } .usa-input { - .normal { + &.normal { label { font-weight: 400; } diff --git a/templates/components/checkbox_input.html b/templates/components/checkbox_input.html index ab5babad..8e40a0aa 100644 --- a/templates/components/checkbox_input.html +++ b/templates/components/checkbox_input.html @@ -1,10 +1,10 @@ {% macro CheckboxInput(field, inline=False, classes="") -%} -
+
- + {{ field() }} {{ field.label }}