mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-10 18:22:37 -04:00
Make letter contact textbox half-wide
This approximates the width of the contact block area in the letter template itself.
This commit is contained in:
@@ -11,7 +11,8 @@
|
|||||||
<h1 class="heading-large">
|
<h1 class="heading-large">
|
||||||
Letter contact details
|
Letter contact details
|
||||||
</h1>
|
</h1>
|
||||||
<form method="post">
|
<div class="grid-row">
|
||||||
|
<form method="post" class="column-half">
|
||||||
{{ textbox(
|
{{ textbox(
|
||||||
form.letter_contact_block,
|
form.letter_contact_block,
|
||||||
width='1-1',
|
width='1-1',
|
||||||
@@ -23,5 +24,6 @@
|
|||||||
back_link_text='Back to settings'
|
back_link_text='Back to settings'
|
||||||
) }}
|
) }}
|
||||||
</form>
|
</form>
|
||||||
|
</div>
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|||||||
Reference in New Issue
Block a user