fix flex-bloc look in exports list and saved exports

This commit is contained in:
2022-11-15 22:01:35 +01:00
parent 434ef075da
commit a39f547907
5 changed files with 48 additions and 49 deletions

View File

@@ -3,6 +3,7 @@
{% block title %}{{ 'saved_export.Edit'|trans }}{% endblock %}
{% block content %}
<div class="col-10">
<h1>{{ block('title') }}</h1>
{{ form_start(form) }}
@@ -18,4 +19,5 @@
</li>
</ul>
{{ form_end(form) }}
</div>
{% endblock %}