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