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

@ -90,7 +90,7 @@ export const DashboardHeader = () => {
/>
</SkeletonCircle>
{workspace && (
<Text noOfLines={0} maxW="200px">
<Text noOfLines={1} maxW="200px">
{workspace.name}
</Text>
)}

View File

@ -91,7 +91,7 @@ export const MemberIdentityContent = ({
<Text
color="gray.500"
fontSize={name ? '14px' : 'inherit'}
noOfLines={0}
noOfLines={1}
>
{email}
</Text>