mirror of
https://github.com/docmost/docmost.git
synced 2025-11-14 03:51:12 +10:00
fix: email overflow
This commit is contained in:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user