Expand bestellungen basic card

This commit is contained in:
2026-06-15 12:54:33 +02:00
parent 49210bce01
commit 2b990c4b0e
+9
View File
@@ -13,3 +13,12 @@
width: 100%; width: 100%;
justify-content: flex-end; justify-content: flex-end;
} }
.sg-left-navigation-pattern__group-card--content > [data-left-navigation-content-body] {
width: 100%;
flex: 1 1 100%;
}
.sg-left-navigation-pattern__group-card--content > [data-left-navigation-content-body] > .sg-card {
width: 100%;
}