kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
Merge branch 'status-info-truncate' into 'main'
StatusInfo: truncate long text See merge request soapbox-pub/soapbox!2939environments/review-main-yi2y9f/deployments/4414
commit
0338c51310
|
@ -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>
|
||||||
|
|
Ładowanie…
Reference in New Issue