We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 964b986 commit 4b7e076Copy full SHA for 4b7e076
lung_cancer_screening/nhsuk_forms/jinja2/imperial-height-input.jinja
@@ -29,7 +29,7 @@
29
"id": field.auto_id + "_0",
30
"name": field.html_name + "_0",
31
"value": field.subwidgets.0.data.value,
32
- "classes": "nhsuk-input--width-2" + field_error_classes,
+ "classes": "nhsuk-input--width-4" + field_error_classes,
33
"type": "number",
34
"suffix": "ft"
35
}) }}
@@ -44,7 +44,7 @@
44
"id": field.auto_id + "_1",
45
"name": field.html_name + "_1",
46
"value": field.subwidgets.1.data.value,
47
48
49
"suffix": "in"
50
0 commit comments