mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-02-15 05:59:35 +00:00
Use small tables for edit pages.
This commit is contained in:
parent
c4d5d4291b
commit
63508293bd
3 changed files with 3 additions and 3 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue