2
0

fix: 💄 1-line truncated texts

This commit is contained in:
Baptiste Arnaud
2022-06-18 07:58:51 +02:00
parent 283509ed59
commit e4ad23c2b9
14 changed files with 15 additions and 15 deletions

View File

@ -85,7 +85,7 @@ export const CustomDomainsDropdown = ({
textAlign="left"
{...props}
>
<Text noOfLines={0} overflowY="visible" h="20px">
<Text noOfLines={1} overflowY="visible" h="20px">
{currentCustomDomain ?? 'Add my domain'}
</Text>
</MenuButton>