Merge branch 'status-info-truncate' into 'main'
StatusInfo: truncate long text See merge request soapbox-pub/soapbox!2939
This commit is contained in:
commit
0338c51310
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ const StatusInfo = (props: IStatusInfo) => {
|
||||||
{icon}
|
{icon}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<Text size='xs' theme='muted' weight='medium'>
|
<Text size='xs' theme='muted' weight='medium' truncate>
|
||||||
{text}
|
{text}
|
||||||
</Text>
|
</Text>
|
||||||
</HStack>
|
</HStack>
|
||||||
|
|
Loading…
Reference in a new issue