mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
#4341 Warenausgabe - Kacheln in Trefferliste sind rechts abgeschnitten
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user