Skip to content

Commit

Permalink
Two rows of 4 option on onboarding IDE selector
Browse files Browse the repository at this point in the history
  • Loading branch information
75asu authored and roboquat committed Oct 4, 2022
1 parent cf038e8 commit 34ceb07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/dashboard/src/settings/SelectIDEModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export default function (props: SelectIDEModalProps) {
visible={visible}
onClose={handleContinue}
closeable={true}
className="_max-w-xl"
className="max-w-2xl"
buttons={<button onClick={handleContinue}>Continue</button>}
>
<p className="text-gray-500 dark:text-gray-400 text-base pb-3">
Expand Down

0 comments on commit 34ceb07

Please sign in to comment.