Skip to content

Commit e2fb0f2

Browse files
committed
Line clamp notif to 5
1 parent f9e208a commit e2fb0f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/components/notification-items.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export function BaseNotification(props: {
5454
<AvatarNotificationIcon notification={notification} />
5555
}
5656
subtitle={
57-
<div className="line-clamp-4">
57+
<div className="line-clamp-5">
5858
<Linkify text={notification.sourceText} />
5959
</div>
6060
}

0 commit comments

Comments
 (0)