File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
site/src/pages/DeploymentSettingsPage/IdpOrgSyncPage Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -414,28 +414,28 @@ const OrganizationRow: FC<OrganizationRowProps> = ({
414
414
return (
415
415
< TableRow data-testid = { `idp-org-${ idpOrg } ` } >
416
416
< TableCell >
417
- < Stack
418
- direction = "row"
419
- alignItems = "center"
420
- spacing = { 1 }
421
- className = "text-content-primary"
422
- >
417
+ < div className = "flex flex-row items-center gap-2 text-content-primary" >
423
418
{ idpOrg }
424
419
{ ! exists && (
425
420
< TooltipProvider >
426
421
< Tooltip >
427
422
< TooltipTrigger asChild >
428
423
< TriangleAlert className = "size-icon-xs cursor-pointer text-content-warning" />
429
424
</ TooltipTrigger >
430
- < TooltipContent className = "p-2 text-xs text-content-secondary max-w-sm" >
425
+ < TooltipContent
426
+ align = "start"
427
+ alignOffset = { - 8 }
428
+ sideOffset = { 8 }
429
+ className = "p-2 text-xs text-content-secondary max-w-sm"
430
+ >
431
431
This value has not be seen in the specified claim field
432
432
before. You might want to check your IdP configuration and
433
433
ensure that this value is not misspelled.
434
434
</ TooltipContent >
435
435
</ Tooltip >
436
436
</ TooltipProvider >
437
437
) }
438
- </ Stack >
438
+ </ div >
439
439
</ TableCell >
440
440
< TableCell >
441
441
< OrganizationPills organizations = { coderOrgs } />
You can’t perform that action at this time.
0 commit comments