Change the width of the items quantity badge to not be fixed. (#525)

This commit is contained in:
EdWorth120
2025-02-22 18:15:28 -03:00
committed by GitHub
parent fe31847269
commit 20e34e3428

View File

@@ -30,7 +30,7 @@
</div>
<div class="grow"></div>
<div class="tooltip" data-tip="Quantity">
<span class="badge badge-primary badge-sm size-5 text-xs">
<span class="badge badge-primary badge-sm h-5 text-xs">
{{ item.quantity }}
</span>
</div>