Reduce mobile bestellungen search width
This commit is contained in:
@@ -82,3 +82,9 @@ body.sg-otc-order-overlay-open {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: none;
|
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));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user