Skip to content

Commit a8feb94

Browse files
committed
Add a margin to the selector
1 parent 2a1cd7c commit a8feb94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/dashboard/src/user-settings/SelectIDE.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export default function SelectIDE(props: SelectIDEProps) {
7676

7777
return (
7878
<>
79-
<div className="w-112">
79+
<div className="w-112 my-4">
8080
<SelectIDEComponent
8181
onSelectionChange={async (ide) => {
8282
await actuallySetDefaultIde(ide);

0 commit comments

Comments
 (0)