From 8a65274fbcdf8ccd2776a953bd203ec44e91b0f0 Mon Sep 17 00:00:00 2001 From: Marc Ducobu Date: Tue, 25 Nov 2014 17:46:31 +0100 Subject: [PATCH] More space between the button 'save report' and 'reset form' in report bundle ref #354 --- Resources/views/Person/edit.html.twig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Resources/views/Person/edit.html.twig b/Resources/views/Person/edit.html.twig index 6edeb5ce3..33d74c1ca 100644 --- a/Resources/views/Person/edit.html.twig +++ b/Resources/views/Person/edit.html.twig @@ -57,12 +57,12 @@ {{ form_rest(form) }}
- + {{ 'Return'|trans }} - - + +
{{ form_end(form) }}