Skip to content

Commit ee2b8a6

Browse files
committed
Increase notif lines
1 parent 5651f17 commit ee2b8a6

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-2">
57+
<div className="line-clamp-4">
5858
<Linkify text={notification.sourceText} />
5959
</div>
6060
}

0 commit comments

Comments
 (0)