We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf038e8 commit 34ceb07Copy full SHA for 34ceb07
components/dashboard/src/settings/SelectIDEModal.tsx
@@ -44,7 +44,7 @@ export default function (props: SelectIDEModalProps) {
44
visible={visible}
45
onClose={handleContinue}
46
closeable={true}
47
- className="_max-w-xl"
+ className="max-w-2xl"
48
buttons={<button onClick={handleContinue}>Continue</button>}
49
>
50
<p className="text-gray-500 dark:text-gray-400 text-base pb-3">
0 commit comments