Skip to content

Commit 6b5bb76

Browse files
committed
Adjust modal height adopting to screen height
1 parent 74de0fa commit 6b5bb76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/workspaces/NewWorkspaceModal/NewWorkspaceWizard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ export const NewWorkspaceWizard = withDisplayName(
386386
</ButtonPrimary>
387387
}
388388
width={620}
389-
styles={{ modal: { height: 675 } }}
389+
styles={{ modal: { height: '72vh' } }}
390390
>
391391
{creating ? (
392392
<CreatingWorkspaceMessage />

0 commit comments

Comments
 (0)