Skip to content

Commit

Permalink
add classes to adjust field size
Browse files Browse the repository at this point in the history
  • Loading branch information
masuk-kazi98 committed Jul 26, 2024
1 parent 4339735 commit 594b3a0
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions runner/src/server/forms/ReportAnOutbreak.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
"customValidationMessages": {
"string.regex.base": "Enter a full UK postcode",
"string.pattern.base": "Enter a full UK postcode"
}
},
"classes": "govuk-input--width-10"
},
"type": "TextField",
"title": "Your setting postcode",
Expand All @@ -50,7 +51,9 @@
},
{
"name": "S0Q2",
"options": { "required": true },
"options": {
"required": true
},
"type": "SelectField",
"title": "Your local UKHSA health protection team",
"list": "sjgMDe",
Expand All @@ -72,6 +75,7 @@
"options": {
"required": false,
"optionalText": false,
"classes": "govuk-input--width-10",
"conditionalTextField": {
"dependsOn": "S0Q4"
},
Expand Down

0 comments on commit 594b3a0

Please sign in to comment.