From a6db67ab3359ab0a11bf7762abe30197a1d5d819 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Sat, 2 Mar 2024 18:33:20 +0100 Subject: [PATCH] Fixed margins of the upload files button --- .../components/attachments.macro.html.twig | 20 ++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/templates/components/attachments.macro.html.twig b/templates/components/attachments.macro.html.twig index 65b1b82a..96482d75 100644 --- a/templates/components/attachments.macro.html.twig +++ b/templates/components/attachments.macro.html.twig @@ -7,20 +7,22 @@ {% for attachment in form %} - {{ form_widget(attachment) }} + {{ form_widget(attachment) }} {% endfor %}
- +
+ - + +
{% endmacro %}