Skip to content

Commit 3e39c4c

Browse files
Update alcohol.html
1 parent a070496 commit 3e39c4c

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

app/views/david/alcohol.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,15 @@ <h1>
2323
For example, you might drink 3 small (125ml) glasses of wine or 4 pints or cans of strong beer or cider at the weekend, or a glass of whisky every evening.
2424
</div>
2525
<h3>Enter all that apply</h3>
26-
26+
<div class="nhsuk-form-group">
27+
<label class="nhsuk-label" for="example">
28+
Weight in kilograms
29+
</label>
30+
<div class="nhsuk-input__wrapper">
31+
<input class="nhsuk-input nhsuk-input--width-5" id="example" name="example" type="text">
32+
<div class="nhsuk-input__suffix" aria-hidden="true">kg</div>
33+
</div>
34+
</div>
2735
</div>
2836

2937
</div>

0 commit comments

Comments
 (0)