Skip to content

Commit 4b7e076

Browse files
jamiefalcusThemitchell
authored andcommitted
Increase height imperial input widths
1 parent 964b986 commit 4b7e076

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lung_cancer_screening/nhsuk_forms/jinja2/imperial-height-input.jinja

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"id": field.auto_id + "_0",
3030
"name": field.html_name + "_0",
3131
"value": field.subwidgets.0.data.value,
32-
"classes": "nhsuk-input--width-2" + field_error_classes,
32+
"classes": "nhsuk-input--width-4" + field_error_classes,
3333
"type": "number",
3434
"suffix": "ft"
3535
}) }}
@@ -44,7 +44,7 @@
4444
"id": field.auto_id + "_1",
4545
"name": field.html_name + "_1",
4646
"value": field.subwidgets.1.data.value,
47-
"classes": "nhsuk-input--width-2" + field_error_classes,
47+
"classes": "nhsuk-input--width-4" + field_error_classes,
4848
"type": "number",
4949
"suffix": "in"
5050
}) }}

0 commit comments

Comments
 (0)