From 03d4c7f35937fd396277e5b1efb9ec4e4db33058 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gon=C3=A7alo=20Antunes?= Date: Fri, 7 Mar 2025 17:34:56 +0000 Subject: [PATCH] feat(settings): add full width to API config manager dropdown Add a CSS class to make the API config dropdown take up the full width of its container. This improves the layout and appearance of the settings page. --- webview-ui/src/components/settings/ApiConfigManager.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/webview-ui/src/components/settings/ApiConfigManager.tsx b/webview-ui/src/components/settings/ApiConfigManager.tsx index b548785dc57..59d5d54f782 100644 --- a/webview-ui/src/components/settings/ApiConfigManager.tsx +++ b/webview-ui/src/components/settings/ApiConfigManager.tsx @@ -219,6 +219,7 @@ const ApiConfigManager = ({ value: config.name, label: config.name, }))} + className="w-full" />