From db7aa3aa753fe65a054607f51c3c059013f3f58b Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Fri, 3 Mar 2017 09:59:05 +0000 Subject: [PATCH] Make letter contact textbox half-wide This approximates the width of the contact block area in the letter template itself. --- .../set-letter-contact-block.html | 26 ++++++++++--------- 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/app/templates/views/service-settings/set-letter-contact-block.html b/app/templates/views/service-settings/set-letter-contact-block.html index 7f9cbf1b0..1a4a5bb9b 100644 --- a/app/templates/views/service-settings/set-letter-contact-block.html +++ b/app/templates/views/service-settings/set-letter-contact-block.html @@ -11,17 +11,19 @@

Letter contact details

-
- {{ textbox( - form.letter_contact_block, - width='1-1', - rows=10 - ) }} - {{ page_footer( - 'Save', - back_link=url_for('.service_settings', service_id=current_service.id), - back_link_text='Back to settings' - ) }} -
+
+
+ {{ textbox( + form.letter_contact_block, + width='1-1', + rows=10 + ) }} + {{ page_footer( + 'Save', + back_link=url_for('.service_settings', service_id=current_service.id), + back_link_text='Back to settings' + ) }} +
+
{% endblock %}