UserPanel: truncate long acct
This commit is contained in:
parent
a38bc912c7
commit
be41c78030
|
@ -71,7 +71,7 @@ const UserPanel: React.FC<IUserPanel> = ({ accountId, action, badges, domain })
|
||||||
</HStack>
|
</HStack>
|
||||||
</Link>
|
</Link>
|
||||||
|
|
||||||
<Text size='sm' theme='muted'>
|
<Text size='sm' theme='muted' truncate>
|
||||||
@{getAcct(account, fqn)}
|
@{getAcct(account, fqn)}
|
||||||
</Text>
|
</Text>
|
||||||
</Stack>
|
</Stack>
|
||||||
|
|
Loading…
Reference in New Issue