chore: notification action item enhancement (#4426)
This commit is contained in:
parent
e396424db7
commit
57eda34082
1 changed files with 1 additions and 1 deletions
|
|
@ -173,7 +173,7 @@ export const NotificationCard: React.FC<NotificationCardProps> = (props) => {
|
|||
<div className="w-full space-y-2.5 overflow-hidden">
|
||||
<div className="flex items-start">
|
||||
{!notification.message ? (
|
||||
<div className="w-full break-words text-sm">
|
||||
<div className="w-full break-all text-sm group-hover:pr-24 line-clamp-2">
|
||||
<span className="font-semibold">
|
||||
{notificationTriggeredBy.is_bot
|
||||
? notificationTriggeredBy.first_name
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue