diff --git a/styles/elements/_inputs.scss b/styles/elements/_inputs.scss index 6d4d905a..c7cda5ec 100644 --- a/styles/elements/_inputs.scss +++ b/styles/elements/_inputs.scss @@ -199,6 +199,7 @@ &--anything, &--workspaceName, + &--requiredField, &--email { input { max-width: 30em; diff --git a/templates/requests/financial_verification.html b/templates/requests/financial_verification.html index c8d06002..8f45b3ef 100644 --- a/templates/requests/financial_verification.html +++ b/templates/requests/financial_verification.html @@ -133,7 +133,7 @@ f.task_order.number, placeholder="e.g.: 1234567899C0001", tooltip="A Contracting Officer will likely be the best source for this number.", - validation="anything" + validation="requiredField" ) }} {{ TextInput(f.request.uii_ids, @@ -156,26 +156,26 @@