@@ -426,7 +426,7 @@ const IdpGroupSyncForm = ({
426
426
</ div >
427
427
</ div >
428
428
429
- < div className = "flex gap-12 " >
429
+ < div className = "flex flex-col " >
430
430
< div className = "flex flex-col w-full gap-2" >
431
431
< IdpMappingTable type = "Group" isEmpty = { groupMappingCount === 0 } >
432
432
{ groupSyncSettings ?. mapping &&
@@ -446,7 +446,7 @@ const IdpGroupSyncForm = ({
446
446
</ div >
447
447
</ div >
448
448
{ groupSyncSettings ?. legacy_group_name_mapping && (
449
- < section >
449
+ < div >
450
450
< LegacyGroupSyncHeader />
451
451
< IdpMappingTable
452
452
type = "Group"
@@ -463,7 +463,7 @@ const IdpGroupSyncForm = ({
463
463
/>
464
464
) ) }
465
465
</ IdpMappingTable >
466
- </ section >
466
+ </ div >
467
467
) }
468
468
</ div >
469
469
</ fieldset >
@@ -706,15 +706,15 @@ const LegacyGroupSyncHeader: FC = () => {
706
706
} }
707
707
>
708
708
< div className = "flex items-end gap-2" >
709
- < span > Legacy Group Sync Settings </ span >
709
+ < span > Legacy group sync settings </ span >
710
710
< HelpTooltip >
711
711
< HelpTooltipTrigger />
712
712
< HelpTooltipContent >
713
- < HelpTooltipTitle > Legacy Group Sync Settings </ HelpTooltipTitle >
713
+ < HelpTooltipTitle > Legacy group sync settings </ HelpTooltipTitle >
714
714
< HelpTooltipText >
715
715
These settings were configured using environment variables, and
716
716
only apply to the default organization. It is now recommended to
717
- configure IdP sync via the CLI, which enables sync to be
717
+ configure IdP sync via the CLI or the UI , which enables sync to be
718
718
configured for any organization, and for those settings to be
719
719
persisted without manually setting environment variables.{ " " }
720
720
< Link href = { docs ( "/admin/users/idp-sync" ) } >
0 commit comments