mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
#2382 iPad 6 - Wareneingangsliste verschiebbar
This commit is contained in:
@@ -65,7 +65,8 @@
|
||||
}
|
||||
|
||||
.details {
|
||||
@apply grid grid-cols-2 grid-flow-row gap-1;
|
||||
@apply grid grid-flow-row gap-1;
|
||||
grid-template-columns: 40% 60%;
|
||||
grid-template-areas: 'format supplier' 'ean item-id' 'price status' 'quantity order-date' 'empty date';
|
||||
grid-area: details;
|
||||
}
|
||||
@@ -118,6 +119,10 @@
|
||||
span:nth-child(1) {
|
||||
min-width: 150px;
|
||||
}
|
||||
|
||||
strong {
|
||||
@apply break-all;
|
||||
}
|
||||
}
|
||||
|
||||
.processing-status {
|
||||
|
||||
Reference in New Issue
Block a user