Skip to content

Commit 34ceb07

Browse files
75asuroboquat
authored andcommitted
Two rows of 4 option on onboarding IDE selector
1 parent cf038e8 commit 34ceb07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/dashboard/src/settings/SelectIDEModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export default function (props: SelectIDEModalProps) {
4444
visible={visible}
4545
onClose={handleContinue}
4646
closeable={true}
47-
className="_max-w-xl"
47+
className="max-w-2xl"
4848
buttons={<button onClick={handleContinue}>Continue</button>}
4949
>
5050
<p className="text-gray-500 dark:text-gray-400 text-base pb-3">

0 commit comments

Comments
 (0)