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