Merge branch 'truncate-notification-name' into 'develop'

Add truncation to notification descriptor

Closes #944

See merge request soapbox-pub/soapbox-fe!1336
This commit is contained in:
Justin 2022-05-09 14:46:23 +00:00
commit abc1b4fa16
1 changed files with 3 additions and 2 deletions

View File

@ -286,10 +286,11 @@ const Notification: React.FC<INotificaton> = (props) => {
<HStack alignItems='center' space={1.5}>
{renderIcon()}
<div>
<div className='truncate'>
<Text
theme='muted'
size='sm'
truncate
>
{message}
</Text>