From cec14b71f6fae4fca30f9a748bb23950f293a8d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20Gla=CC=88ser?= Date: Wed, 17 Jun 2026 13:39:42 +0200 Subject: [PATCH] Reduce mobile bestellungen search width --- public/assets/styles.portal.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/public/assets/styles.portal.css b/public/assets/styles.portal.css index 090758b..917618d 100644 --- a/public/assets/styles.portal.css +++ b/public/assets/styles.portal.css @@ -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)); + } +}