Skip to content

Commit ffe4752

Browse files
Reduce overall height of record vaccination form
1 parent 8ab8c1e commit ffe4752

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

app/views/patient-session/_record.njk

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
{{ radios({
2222
fieldset: {
2323
legend: {
24+
classes: "nhsuk-u-font-size-22",
2425
text: __("patientSession.preScreen.selfId.label", {
2526
patient: patient
2627
}),
@@ -87,7 +88,7 @@
8788

8889
{{ textarea({
8990
label: { text: __("patientSession.preScreen.note.label") + " (optional)" },
90-
rows: 3,
91+
rows: 2,
9192
decorate: "patientSession.preScreen.note"
9293
}) }}
9394

@@ -140,9 +141,6 @@
140141
{
141142
text: __("patientSession.preScreen.ready.yes"),
142143
value: true,
143-
hint: {
144-
text: __("patientSession.preScreen.ready.hint")
145-
},
146144
conditional: {
147145
html: vaccinationSiteHtml
148146
} if patientSession.vaccine.criteria != VaccineCriteria.Intranasal
@@ -157,9 +155,6 @@
157155
{
158156
text: __("patientSession.preScreen.ready.alternative"),
159157
value: "alternative",
160-
hint: {
161-
text: __("patientSession.preScreen.ready.hint")
162-
},
163158
conditional: {
164159
html: vaccinationSiteHtml
165160
}

0 commit comments

Comments
 (0)