Position edit link on the right

This commit is contained in:
igorkorenfeld 2023-06-05 10:23:07 -04:00
parent e49e9e706b
commit b74dc15061
No known key found for this signature in database
GPG key ID: 826947A4B867F659

View file

@ -2,6 +2,8 @@
<section class="summary-item margin-top-3">
<hr class="" aria-hidden="true" />
<div class="display-flex flex-justify">
<div>
<h2 class="summary-item__title
text-primary-dark text-semibold
margin-top-0 margin-bottom-05"
@ -55,13 +57,17 @@
{{ value }}
</p>
{% endif %}
</div>
{% if edit_link %}
<div class="text-right">
<a
href="{{ edit_link }}"
class="usa-link"
>
Edit<span class="sr-only"> {{ title }}</span>
</a>
</div>
{% endif %}
</div>
</section>