Tighten Bestellungen total column

This commit is contained in:
2026-06-16 20:20:08 +02:00
parent 1e26805f51
commit 5aa7aee2d6
2 changed files with 17 additions and 3 deletions
+13
View File
@@ -4263,6 +4263,10 @@ section + section {
width: 100%;
}
.sg-large-table--bestellungen .sg-large-table__row {
grid-template-columns: repeat(3, minmax(0, 1fr)) minmax(8.5rem, max-content);
}
.sg-large-table__title-segment {
flex-direction: row;
align-items: center;
@@ -4311,6 +4315,10 @@ section + section {
white-space: normal;
}
.sg-large-table--bestellungen .sg-large-table__cell--amount {
text-align: right;
}
.sg-large-table__load-more-layout {
width: 100%;
max-width: 100%;
@@ -4321,6 +4329,11 @@ section + section {
padding: 0;
}
.sg-large-table--bestellungen .sg-large-table__cell--amount .sg-large-table__sort-button {
justify-content: flex-end;
text-align: right;
}
.sg-large-table__sort-button {
display: flex;
align-items: center;