Merged PR 1806: Sortiment // Preisänderung // Lange Titel hat mit anderen Text Überschneidung

Related work items: #4801
This commit is contained in:
Lorenz Hilpert
2024-10-07 15:33:02 +00:00
committed by Nino Righi
parent 294be5dcb4
commit 92d760b8b4

View File

@@ -3,19 +3,14 @@
}
.page-price-update-item__item-card {
@apply grid grid-flow-col;
grid-template-columns: 63px minmax(14rem, 60%) minmax(14rem, 30%);
@apply grid grid-flow-col gap-2;
grid-template-columns: 63px 1fr 14rem;
box-shadow: 0px 0px 10px rgba(220, 226, 233, 0.5);
}
.page-price-update-item__item-details {
@apply grid grid-flow-row;
/* grid-template-rows: 27px auto auto auto auto; */
& > * {
max-width: 100%; /* Ensure the item does not exceed the width of the grid */
word-break: break-word; /* Break long words */
overflow-wrap: break-word; /* Wrap long words to the next line */
}
}
.page-price-update-item__item-image {
@@ -24,5 +19,11 @@
.page-price-update-item__item-addition {
@apply grid grid-flow-row justify-items-end;
grid-template-rows: auto auto 41px 52px auto;
grid-template-rows: auto auto 2.56rem 3.25rem auto;
}
.page-price-update-item__item-product-group-details,
.page-price-update-item__item-title {
word-break: break-word;
overflow-wrap: break-word;
}