mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
Merged PR 2054: fix(checkout-reward-shopping-cart): Layout Issue Fix
fix(checkout-reward-shopping-cart): Layout Issue Fix Ref: #5458
This commit is contained in:
committed by
Lorenz Hilpert
parent
d4bba4075b
commit
6f13d48604
@@ -8,7 +8,7 @@
|
||||
@if (isHorizontal()) {
|
||||
<checkout-destination-info
|
||||
[underline]="true"
|
||||
class="cursor-pointer max-w-[14.25rem] grow-0 shrink-0"
|
||||
class="cursor-pointer max-w-[14.25rem] min-w-[14.25rem] grow-0 shrink-0"
|
||||
(click)="updatePurchaseOption()"
|
||||
[shoppingCartItem]="itm"
|
||||
></checkout-destination-info>
|
||||
@@ -29,7 +29,7 @@
|
||||
@if (!isHorizontal()) {
|
||||
<checkout-destination-info
|
||||
[underline]="true"
|
||||
class="cursor-pointer mt-4 w-[14.25rem] grow items-end"
|
||||
class="cursor-pointer mt-4 w-[14.25rem] min-w-[14.25rem] grow items-end"
|
||||
(click)="updatePurchaseOption()"
|
||||
[shoppingCartItem]="itm"
|
||||
></checkout-destination-info>
|
||||
|
||||
Reference in New Issue
Block a user