We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5651f17 commit ee2b8a6Copy full SHA for ee2b8a6
web/components/notification-items.tsx
@@ -54,7 +54,7 @@ export function BaseNotification(props: {
54
<AvatarNotificationIcon notification={notification} />
55
}
56
subtitle={
57
- <div className="line-clamp-2">
+ <div className="line-clamp-4">
58
<Linkify text={notification.sourceText} />
59
</div>
60
0 commit comments