Fixed visual bug of tags column in parts lot

This commit is contained in:
Jan Böhmer
2026-02-16 18:29:34 +01:00
parent 8ad3c2e612
commit 5b4c1505b7

View File

@@ -41,7 +41,8 @@
{{ lot.amount | format_amount(part.partUnit, {'decimals': 5}) }}
{% endif %}
</td>
<td class="d-flex flex-column align-items-start">
<td >
<div class="d-flex flex-column align-items-start">
{% if lot.owner %}
<span class="badge text-bg-light mb-1" title="{% trans %}part_lot.owner{% endtrans %}">
{{ helper.user_icon_link(lot.owner) }}
@@ -70,6 +71,7 @@
{{ lot.lastStocktakeAt | format_datetime("short") }}
</span>
{% endif %}
</div>
</td>
<td>
<div class="btn-group" role="group">