From 159bf2e9f12b099682715bb2f135ffccb9f90bf4 Mon Sep 17 00:00:00 2001 From: rossdonald <49425722+rossdonald@users.noreply.github.com> Date: Fri, 20 Feb 2026 09:19:20 +1100 Subject: [PATCH] fix: make settings search results same width as search input (#11617) Changed the settings search results to be the same width as the search input. This ensures the results dropdown does not overflow outside of the parent panel. --- webview-ui/src/components/settings/SettingsSearch.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webview-ui/src/components/settings/SettingsSearch.tsx b/webview-ui/src/components/settings/SettingsSearch.tsx index a0cce1fefa..bd4f8171ce 100644 --- a/webview-ui/src/components/settings/SettingsSearch.tsx +++ b/webview-ui/src/components/settings/SettingsSearch.tsx @@ -108,7 +108,7 @@ export function SettingsSearch({ index, onNavigate, sections }: SettingsSearchPr inputRef={inputRef} /> {searchQuery && isOpen && ( -
+