Reduce mobile bestellungen search width

This commit is contained in:
2026-06-17 13:39:42 +02:00
parent 93699ed502
commit cec14b71f6
+6
View File
@@ -82,3 +82,9 @@ body.sg-otc-order-overlay-open {
width: 100%;
max-width: none;
}
@media (max-width: 767px) {
.sg-large-table--bestellungen .sg-search-field-input {
width: min(100%, calc(var(--layout-search-field-width) * 0.75));
}
}