mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-08 23:23:12 -04:00
Merge pull request #2431 from alphagov/grid-invite
Fix misaligned elements on invite page
This commit is contained in:
@@ -14,7 +14,6 @@
|
|||||||
Invite a team member
|
Invite a team member
|
||||||
</h1>
|
</h1>
|
||||||
|
|
||||||
<div class="grid-row">
|
|
||||||
{% call form_wrapper() %}
|
{% call form_wrapper() %}
|
||||||
|
|
||||||
{{ textbox(form.email_address, width='1-1', safe_error_message=True) }}
|
{{ textbox(form.email_address, width='1-1', safe_error_message=True) }}
|
||||||
@@ -24,5 +23,5 @@
|
|||||||
{{ page_footer('Send invitation email') }}
|
{{ page_footer('Send invitation email') }}
|
||||||
|
|
||||||
{% endcall %}
|
{% endcall %}
|
||||||
</div>
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|||||||
Reference in New Issue
Block a user