Skip to content

Commit 29f8cde

Browse files
authored
Merge pull request RooCodeInc#1457 from DeXtroTip/feat/api-config-manager-dropdown-full-width
Use full width for Configuration Profile dropdown
2 parents ec8145f + 03d4c7f commit 29f8cde

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)