From e2fb0f2ee8518dac30937e384610e1539f338fbb Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Tue, 4 Nov 2025 13:07:57 +0100 Subject: [PATCH] Line clamp notif to 5 --- web/components/notification-items.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/components/notification-items.tsx b/web/components/notification-items.tsx index 8831cee..0cb8db6 100644 --- a/web/components/notification-items.tsx +++ b/web/components/notification-items.tsx @@ -54,7 +54,7 @@ export function BaseNotification(props: { } subtitle={ -
+
}