fix: 💄 1-line truncated texts
This commit is contained in:
@ -90,7 +90,7 @@ export const DashboardHeader = () => {
|
||||
/>
|
||||
</SkeletonCircle>
|
||||
{workspace && (
|
||||
<Text noOfLines={0} maxW="200px">
|
||||
<Text noOfLines={1} maxW="200px">
|
||||
{workspace.name}
|
||||
</Text>
|
||||
)}
|
||||
|
@ -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