Align bestellungen columns left
This commit is contained in:
@@ -111,6 +111,11 @@ body.sg-otc-order-overlay-open {
|
|||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.sg-large-table--bestellungen .sg-large-table__cell:not(.sg-large-table__cell--amount) {
|
||||||
|
justify-self: start;
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
|
||||||
.sg-large-table--bestellungen .sg-large-table__cell--header.sg-large-table__cell--amount {
|
.sg-large-table--bestellungen .sg-large-table__cell--header.sg-large-table__cell--amount {
|
||||||
justify-self: end;
|
justify-self: end;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user