lingo: mark 'invoices' div with pk-table-wrapper CSS class (#54980)

This commit is contained in:
Nicolas Roche 2021-06-18 12:05:06 +02:00
parent 48591c00cc
commit 9ff0710b51
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,7 @@
</ul>
{% endif %}
{% if items %}
<div class="pk-table-wrapper">
<table class="invoices">
<thead>
<tr>
@ -63,6 +64,7 @@
{% endfor %}
</tbody>
</table>
</div>
{% else %}
{% trans "No items yet" %}
{% endif %}