Skip to content

Commit 9c4f4d5

Browse files
committed
Remove unwanted class
This was a typo, but the margin is not needed here anyway.
1 parent 7aa73db commit 9c4f4d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

manage_breast_screening/templates/wizard_step.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
{% endif %}
9494

9595
{% if cannot_continue_link %}
96-
<p class="nhsuk-u-margin-top-x9"><a class="nhsuk-link nhsuk-link--no-visited-state" href="{{ cannot_continue_link.href }}">{{ cannot_continue_link.text }}</a></p>
96+
<p><a class="nhsuk-link nhsuk-link--no-visited-state" href="{{ cannot_continue_link.href }}">{{ cannot_continue_link.text }}</a></p>
9797
{% endif %}
9898
</div>
9999

0 commit comments

Comments
 (0)