ProfileInfoPanel: truncate long username while loading

environments/review-long-name-6ais1j/deployments/3299
Alex Gleason 1 year ago
parent be41c78030
commit ca2dffd9c3
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7

@ -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…
Cancel
Save