Merged PR 1543: #4079 Kaufoptionen Popup Text überlappt

#4079 Kaufoptionen Popup Text überlappt

Related work items: #4079
This commit is contained in:
Andreas Schickinger
2023-06-05 14:24:49 +00:00
committed by Nino Righi
parent 4e1bd89378
commit 741e651a20

View File

@@ -1,5 +1,5 @@
:host {
@apply border border-solid border-[#C6CBD0] p-2 rounded w-[192px] h-[158px] grid grid-rows-3 cursor-pointer;
@apply border border-solid border-[#C6CBD0] p-2 rounded min-w-[192px] max-w-[226px] h-[158px] grid grid-rows-3 cursor-pointer;
}
:host:focus {
@@ -27,7 +27,7 @@
}
.purchase-options-tile__actions {
@apply text-center font-bold;
@apply flex flex-row justify-center items-center font-bold mt-2;
}
::ng-deep app-pickup-purchase-options-tile shared-branch-selector.focused,