fix(credential-selector): remove reserved icon space when no credential selected (#3348)

This commit is contained in:
Waleed
2026-02-25 22:29:35 -08:00
committed by GitHub
parent 40016e79a1
commit ba7d6ff298

View File

@@ -379,7 +379,7 @@ export function CredentialSelector({
filterOptions={true}
isLoading={credentialsLoading}
overlayContent={overlayContent}
className={selectedId || isCredentialSetSelected ? 'pl-[28px]' : ''}
className={overlayContent ? 'pl-[28px]' : ''}
/>
{needsUpdate && (