From 2fecdca91757f9a285c035a986b564b06e0c509d Mon Sep 17 00:00:00 2001 From: Harkamal Randhawa Date: Wed, 15 Apr 2026 22:51:39 -0600 Subject: [PATCH] fix adopt search mobile layout --- web/app/globals.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/web/app/globals.css b/web/app/globals.css index eab50e73..7ae1c69d 100644 --- a/web/app/globals.css +++ b/web/app/globals.css @@ -3048,13 +3048,20 @@ body { width: 100%; } - .adopt-search-form { + .adopt-controls-row { flex-direction: column; align-items: stretch; } + .adopt-search-form { + flex-direction: column; + align-items: stretch; + width: 100%; + } + .adopt-search-input { max-width: 100%; + width: 100%; } .adopt-search-btn,