StatusInfo: truncate long text
This commit is contained in:
parent
dceefef404
commit
b0a82a23d0
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue