2
0

build: 📦️ Update packages

This commit is contained in:
Baptiste Arnaud
2022-05-13 09:18:25 -07:00
parent ddaaa68e28
commit 6c2986590b
32 changed files with 2994 additions and 3689 deletions

View File

@ -103,7 +103,7 @@ export const CredentialsDropdown = ({
textAlign="left"
{...props}
>
<Text isTruncated overflowY="visible" h="20px">
<Text noOfLines={0} overflowY="visible" h="20px">
{currentCredential ? currentCredential.name : defaultCredentialsLabel}
</Text>
</MenuButton>