Add truncation to notification descriptor
This commit is contained in:
parent
3a0b88bb37
commit
136a6c99bf
1 changed files with 3 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue