diff --git a/templates/capsule/editors/list_editors.html.twig b/templates/capsule/editors/list_editors.html.twig index bae2a9b099d4bf0700543f0b90897aa265a52ca5..31e7e6627efd798d1b19c863bac93ea06d7584cd 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'}}) }}