Skip to content

Commit

Permalink
Update Elements and Frontend form elements so they are as close as po…
Browse files Browse the repository at this point in the history
…ssible
  • Loading branch information
Dave House committed May 8, 2019
1 parent 8d3e41f commit acca7ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/full-page-examples/applicant-details/index.njk
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<form method="post" novalidate>

<div class="form-group {%- if errors["full-name"] %} form-group-error {% endif %}">
<label class="form-label" for="full-name">
<label class="form-label-bold" for="full-name">
Full name
<span class="form-hint">
Please enter your name as it’s written on official documents such as a passport or driving licence.
Expand Down Expand Up @@ -88,7 +88,7 @@
fieldset: {
legend: {
text: "Date of birth",
classes: "govuk-fieldset__legend--m"
classes: "govuk-fieldset__legend--s"
}
},
hint: {
Expand Down

0 comments on commit acca7ad

Please sign in to comment.