From bfab37af98f93ed84f42bdcb05f943ba1598a805 Mon Sep 17 00:00:00 2001 From: Camille Simiand <camille.simiand@tetras-libre.fr> Date: Mon, 31 Jan 2022 09:34:49 +0100 Subject: [PATCH] Center editors list --- templates/capsule/editors/list_editors.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/capsule/editors/list_editors.html.twig b/templates/capsule/editors/list_editors.html.twig index bae2a9b..31e7e66 100644 --- a/templates/capsule/editors/list_editors.html.twig +++ b/templates/capsule/editors/list_editors.html.twig @@ -29,7 +29,7 @@ </div> {% endfor %} - <div class="d-flex flex-md-row flex-column justify-content-start"> + <div class="d-flex flex-md-row flex-column justify-content-center"> <div class="d-flex flex-column justify-content-center ms-md-5 ms-0 order-md-2 mb-4 col-sm-8 col-md-6 col-lg-5 col-xl-4"> {{ form_start(userPermissionsCapsuleForm, {'attr': {novalidate: 'novalidate'}}) }} {{ form_row(userPermissionsCapsuleForm.email, {'row_attr': {'class' : 'm-auto mb-4'}}) }} -- GitLab