Add truncation to notification descriptor

api-accept
Justin 2022-05-09 10:26:03 -04:00
rodzic 3a0b88bb37
commit 136a6c99bf
1 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

@ -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>