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.
This commit is contained in:
Gonçalo Antunes 2025-03-07 17:34:56 +00:00
parent 9ad8aaf300
commit 03d4c7f359
No known key found for this signature in database
GPG key ID: 5B4A9FB64F104834

View file

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