diff --git a/styles/elements/_inputs.scss b/styles/elements/_inputs.scss index 7346d59e..5fb61b78 100644 --- a/styles/elements/_inputs.scss +++ b/styles/elements/_inputs.scss @@ -157,7 +157,7 @@ .usa-input__choices { // checkbox & radio sets legend { - padding: 0 0 $gap 0; + padding: 0 0 ($gap / 2) 0; @include h4; diff --git a/styles/sections/_task_order.scss b/styles/sections/_task_order.scss index a7662b64..830e591b 100644 --- a/styles/sections/_task_order.scss +++ b/styles/sections/_task_order.scss @@ -131,6 +131,16 @@ } } + .row.row__form-fields { + .col { + margin-left: $gap; + } + + .col:first-child { + margin-left: 0; + } + } + .panel { @include shadow-panel; } diff --git a/templates/task_orders/edit.html b/templates/task_orders/edit.html index 8f497051..1110643c 100644 --- a/templates/task_orders/edit.html +++ b/templates/task_orders/edit.html @@ -61,8 +61,14 @@ v-bind:initial-loa-count="{{ fields.loas.data | length }}" inline-template>
- {{ OptionsInput(fields.jedi_clin_type) }} - {{ TextInput(fields.number) }} +
+
+ {{ OptionsInput(fields.jedi_clin_type) }} +
+
+ {{ TextInput(fields.number) }} +
+
Line of accounting (43 characters)
{% for loa in fields.loas %} @@ -125,54 +131,59 @@
-
-
- -
- CLIN type -
-
- -
-
- - -
- - - - - - - - - +
+
+
+
+ +
+ CLIN type +
+
+ +
+
- +
+ +
+ + + + + + + + + +
+
+
+
Line of accounting (43 characters)
{{ LOAInput() }}