Fix bestellungen cell clipping

This commit is contained in:
2026-06-17 14:08:49 +02:00
parent 0edb9b4038
commit c30a3b23f3
+1 -1
View File
@@ -112,7 +112,7 @@ body.sg-otc-order-overlay-open {
} }
.sg-large-table--bestellungen .sg-large-table__cell:not(.sg-large-table__cell--amount) { .sg-large-table--bestellungen .sg-large-table__cell:not(.sg-large-table__cell--amount) {
justify-self: start; justify-self: stretch;
text-align: left; text-align: left;
} }