Tighten Bestellungen total column
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user