Use small tables for edit pages.

This commit is contained in:
Jan Böhmer 2019-08-30 16:57:28 +02:00
parent c4d5d4291b
commit 63508293bd
3 changed files with 3 additions and 3 deletions

View file

@ -6,7 +6,7 @@
{% endset %}
<table class="table table-striped" id="attachments_table" data-prototype="{{ form_widget(form.attachments.vars.prototype)|e('html_attr') }}">
<table class="table table-striped table-sm" id="attachments_table" data-prototype="{{ form_widget(form.attachments.vars.prototype)|e('html_attr') }}">
<tbody>
{% for attachment in form.attachments %}
<tr>