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:
Chris Hill-Scott
2017-03-03 16:20:51 +00:00
parent 5c3588445e
commit db7aa3aa75
@@ -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 %}