fix: email overflow
This commit is contained in:
parent
ab70cee278
commit
a574d13f43
1 changed files with 2 additions and 2 deletions
|
|
@ -73,11 +73,11 @@ export default function TopMenu() {
|
|||
name={user.name}
|
||||
/>
|
||||
|
||||
<div>
|
||||
<div style={{width: 190}}>
|
||||
<Text size="sm" fw={500} lineClamp={1}>
|
||||
{user.name}
|
||||
</Text>
|
||||
<Text size="xs" c="dimmed">
|
||||
<Text size="xs" c="dimmed" truncate="end">
|
||||
{user.email}
|
||||
</Text>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue