forked from github/plane
chore: notification action item enhancement (#4426)
This commit is contained in:
parent
e396424db7
commit
57eda34082
@ -173,7 +173,7 @@ export const NotificationCard: React.FC<NotificationCardProps> = (props) => {
|
|||||||
<div className="w-full space-y-2.5 overflow-hidden">
|
<div className="w-full space-y-2.5 overflow-hidden">
|
||||||
<div className="flex items-start">
|
<div className="flex items-start">
|
||||||
{!notification.message ? (
|
{!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">
|
<span className="font-semibold">
|
||||||
{notificationTriggeredBy.is_bot
|
{notificationTriggeredBy.is_bot
|
||||||
? notificationTriggeredBy.first_name
|
? notificationTriggeredBy.first_name
|
||||||
|
Loading…
Reference in New Issue
Block a user