Skip to content

Commit

Permalink
Merge pull request #216 from ukhsa-collaboration/feat/OOC-4405
Browse files Browse the repository at this point in the history
Fix for 4405: update classes so that all fields are same size
  • Loading branch information
masuk-kazi98 authored Jul 26, 2024
2 parents 65eba7b + 0a6169f commit eccf171
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion 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 Down Expand Up @@ -72,6 +73,7 @@
"options": {
"required": false,
"optionalText": false,
"classes": "govuk-input--width-10",
"conditionalTextField": {
"dependsOn": "S0Q4"
},
Expand Down

0 comments on commit eccf171

Please sign in to comment.