Skip to content

Commit 5ba4600

Browse files
Remove custom modal width
Co-authored-by: George Tsiolis <[email protected]>
1 parent a8feb94 commit 5ba4600

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ export default function SelectIDEModal(props: SelectIDEModalProps) {
4444
visible={visible}
4545
onClose={handleContinue}
4646
closeable={true}
47-
className="max-w-51.5"
4847
buttons={<button onClick={handleContinue}>Continue</button>}
4948
>
5049
<p className="text-gray-500 dark:text-gray-400 text-base pb-3">

0 commit comments

Comments
 (0)