File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
components/MultiSelectCombobox
DeploymentSettingsPage/IdpOrgSyncPage
ManagementSettingsPage/IdpSyncPage Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -454,7 +454,7 @@ export const MultiSelectCombobox = forwardRef<
454
454
{ /* biome-ignore lint/a11y/useKeyWithClickEvents: onKeyDown is not needed here */ }
455
455
< div
456
456
className = { cn (
457
- `*: min-h-9 rounded-md border border-solid border-border text-sm pr-3
457
+ `min-h-10 rounded-md border border-solid border-border text-sm pr-3
458
458
focus-within:ring-2 focus-within:ring-content-link` ,
459
459
{
460
460
"pl-3 py-1" : selected . length !== 0 ,
@@ -568,7 +568,7 @@ export const MultiSelectCombobox = forwardRef<
568
568
>
569
569
< X className = "h-5 w-5" />
570
570
</ button >
571
- < ChevronDown className = "h-6 w-6 cursor-pointer text-content-secondary hover:text-content-primary" />
571
+ < ChevronDown className = "h-5 w-5 cursor-pointer text-content-secondary hover:text-content-primary" />
572
572
</ div >
573
573
</ div >
574
574
</ div >
Original file line number Diff line number Diff line change @@ -201,7 +201,7 @@ export const IdpOrgSyncPageView: FC<IdpSyncPageViewProps> = ({
201
201
}
202
202
/>
203
203
</ div >
204
- < div className = "grid items-center gap-1 " >
204
+ < div className = "grid grid-rows-[28px_auto] " >
205
205
206
206
< Button
207
207
className = "mb-px"
Original file line number Diff line number Diff line change @@ -404,7 +404,7 @@ const IdpGroupSyncForm = ({
404
404
}
405
405
/>
406
406
</ div >
407
- < div className = "grid items-center gap-1 " >
407
+ < div className = "grid grid-rows-[28px_auto] " >
408
408
409
409
< Button
410
410
className = "mb-px"
@@ -607,7 +607,7 @@ const IdpRoleSyncForm = ({
607
607
}
608
608
/>
609
609
</ div >
610
- < div className = "grid items-center gap-1 " >
610
+ < div className = "grid grid-rows-[28px_auto] " >
611
611
612
612
< Button
613
613
className = "mb-px"
You can’t perform that action at this time.
0 commit comments