Skip to content

Commit 03d4c7f

Browse files
committed
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.
1 parent 9ad8aaf commit 03d4c7f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

webview-ui/src/components/settings/ApiConfigManager.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@ const ApiConfigManager = ({
219219
value: config.name,
220220
label: config.name,
221221
}))}
222+
className="w-full"
222223
/>
223224
<VSCodeButton
224225
appearance="icon"

0 commit comments

Comments
 (0)