Skip to content

Commit 806b5ad

Browse files
committed
Remove min-height from invite form
1 parent 138a299 commit 806b5ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/ui/src/components/CreateOrganization/CreateOrganizationForm.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ export const CreateOrganizationForm = withCardStateProvider((props: CreateOrgani
224224
headerTitle={localizationKeys('organizationProfile.invitePage.title')}
225225
headerTitleTextVariant={headerTitleTextVariant}
226226
headerSubtitleTextVariant={headerSubtitleTextVariant}
227-
sx={t => ({ minHeight: t.sizes.$60, textAlign: 'start' })}
227+
sx={() => ({ textAlign: 'start' })}
228228
>
229229
{organization && (
230230
<InviteMembersForm

0 commit comments

Comments
 (0)