Skip to content

Commit

Permalink
Remove additional hr on requirements check page (#1115)
Browse files Browse the repository at this point in the history
There is an additional hr tag in the else condition of the returns sections. This change removes the additional hr.
  • Loading branch information
jonathangoulding authored Jun 18, 2024
1 parent 64c76a1 commit acb20de
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions app/views/return-requirements/check.njk
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@
<div class="govuk-body">
{% if returnsRequired %}
{{ govukSummaryList({
classes: 'govuk-!-margin-bottom-2',
classes: 'govuk-!-margin-bottom-10',
rows: [
{
classes: 'govuk-summary-list',
Expand Down Expand Up @@ -330,10 +330,9 @@
}) }}
{% else %}
<h3 class="govuk-heading-m">Returns are not required for this licence</h3>
<hr class="govuk-!-margin-bottom-5 govuk-section-break--s govuk-section-break--visible">
{% endif %}

<hr class="govuk-section-break govuk-section-break--xl govuk-section-break--visible">
<hr class="govuk-section-break govuk-section-break--m govuk-section-break--visible">

{{ govukButton({
text: "Approve returns requirements",
Expand Down

0 comments on commit acb20de

Please sign in to comment.