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 1 year 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,
 								value: config.name,
 								label: config.name,
 								label: config.name,
 							}))}
 							}))}
+							className="w-full"
 						/>
 						/>
 						<VSCodeButton
 						<VSCodeButton
 							appearance="icon"
 							appearance="icon"