Skip to content

Commit 2cee5f9

Browse files
committed
Increase prominence of vaccine choice heading in clinic booking
As requested in PR #223
1 parent e57d6ad commit 2cee5f9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

app/views/book-into-a-clinic/form/vaccination-choice.njk

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@
4646
{{ checkboxes({
4747
fieldset: {
4848
legend: {
49-
text: __("clinicBooking.vaccinationChoice.vaccinations.label", firstName)
49+
text: __("clinicBooking.vaccinationChoice.vaccinations.label", firstName),
50+
size: "m"
5051
}
5152
},
5253
hint: { text: __("clinicBooking.vaccinationChoice.vaccinations.hint") },

0 commit comments

Comments
 (0)