Browse Source

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.
Gonçalo Antunes 10 months ago
parent
commit
03d4c7f359
1 changed files with 1 additions and 0 deletions
  1. 1 0
      webview-ui/src/components/settings/ApiConfigManager.tsx

+ 1 - 0
webview-ui/src/components/settings/ApiConfigManager.tsx

@@ -219,6 +219,7 @@ const ApiConfigManager = ({
 								value: config.name,
 								label: config.name,
 							}))}
+							className="w-full"
 						/>
 						<VSCodeButton
 							appearance="icon"