StatusInfo: truncate long text

This commit is contained in:
Alex Gleason 2024-02-13 22:02:13 -06:00
parent dceefef404
commit b0a82a23d0
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ const StatusInfo = (props: IStatusInfo) => {
{icon}
</div>
<Text size='xs' theme='muted' weight='medium'>
<Text size='xs' theme='muted' weight='medium' truncate>
{text}
</Text>
</HStack>