mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-10 11:24:10 -04:00
Fix misaligned upload button when no letter permission
We should add spacing to the right, so if the first button is missing the second one still sits flush-left.
This commit is contained in:
@@ -38,14 +38,14 @@
|
||||
"element": "a",
|
||||
"text": "Upload a letter",
|
||||
"href": url_for('.upload_letter', service_id=current_service.id),
|
||||
"classes": "govuk-button--secondary"
|
||||
"classes": "govuk-button--secondary govuk-!-margin-right-3"
|
||||
}) }}
|
||||
{% endif %}
|
||||
{{ govukButton({
|
||||
"element": "a",
|
||||
"text": "Upload an emergency contact list",
|
||||
"href": url_for('.upload_contact_list', service_id=current_service.id),
|
||||
"classes": "govuk-button--secondary govuk-!-margin-left-3"
|
||||
"classes": "govuk-button--secondary"
|
||||
}) }}
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user