ProfileInfoPanel: truncate long username while loading
This commit is contained in:
parent
be41c78030
commit
ca2dffd9c3
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ const ProfileInfoPanel: React.FC<IProfileInfoPanel> = ({ account, username }) =>
|
|||
<Stack space={2}>
|
||||
<Stack>
|
||||
<HStack space={1} alignItems='center'>
|
||||
<Text size='sm' theme='muted' direction='ltr'>
|
||||
<Text size='sm' theme='muted' direction='ltr' truncate>
|
||||
@{username}
|
||||
</Text>
|
||||
</HStack>
|
||||
|
|
Loading…
Reference in a new issue