#4341 Warenausgabe - Kacheln in Trefferliste sind rechts abgeschnitten

This commit is contained in:
Lorenz Hilpert
2023-10-06 13:43:08 +02:00
parent 1f7a952c91
commit 3ebd50a8c1

View File

@@ -64,7 +64,7 @@
<div class="page-pickup-shelf-list-item__item-order-number-processing-status-paid flex flex-col">
<div
*ngIf="isTablet || primaryOutletActive"
class="page-pickup-shelf-list-item__item-order-number text-h3 mb-[0.375rem] self-end font-bold"
class="page-pickup-shelf-list-item__item-order-number text-h3 mb-[0.375rem] self-end font-bold break-all text-right"
>
<ng-container *ngIf="item?.compartmentCode; else orderNumber"
>{{ item?.compartmentCode }}{{ item?.compartmentInfo && '_' + item?.compartmentInfo }}</ng-container