mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
Merged PR 1543: #4079 Kaufoptionen Popup Text überlappt
#4079 Kaufoptionen Popup Text überlappt Related work items: #4079
This commit is contained in:
committed by
Nino Righi
parent
4e1bd89378
commit
741e651a20
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user