StatusInfo: truncate long text

This commit is contained in:
Alex Gleason
2024-02-13 22:02:13 -06:00
parent dceefef404
commit b0a82a23d0

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>