Skip to content

Commit c20e13b

Browse files
Use width instead of max-width
1 parent 03d2de6 commit c20e13b

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
@@ -72,7 +72,7 @@ export default function SelectIDE(props: SelectIDEProps) {
7272

7373
return (
7474
<>
75-
<div className="max-w-112">
75+
<div className="w-112">
7676
<SelectIDEComponent
7777
onSelectionChange={async (ide) => {
7878
await actuallySetDefaultIde(ide);

0 commit comments

Comments
 (0)