fix: 💄 1-line truncated texts
This commit is contained in:
@ -91,7 +91,7 @@ export const MemberIdentityContent = ({
|
||||
<Text
|
||||
color="gray.500"
|
||||
fontSize={name ? '14px' : 'inherit'}
|
||||
noOfLines={0}
|
||||
noOfLines={1}
|
||||
>
|
||||
{email}
|
||||
</Text>
|
||||
|
Reference in New Issue
Block a user