From 3518f473bdfe910fa01e62de7671891ea7b4a7e4 Mon Sep 17 00:00:00 2001 From: oppiliappan Date: Wed, 8 Apr 2026 08:01:53 +0100 Subject: [PATCH] appview/pages: fix text wrap on notif headers Signed-off-by: oppiliappan --- appview/pages/templates/notifications/fragments/item.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appview/pages/templates/notifications/fragments/item.html b/appview/pages/templates/notifications/fragments/item.html index f3e5860f..e03cc4ad 100644 --- a/appview/pages/templates/notifications/fragments/item.html +++ b/appview/pages/templates/notifications/fragments/item.html @@ -8,7 +8,7 @@ "> {{ template "notificationIcon" . }}
-
+
{{ template "notificationHeader" . }} {{ template "repo/fragments/shortTime" .Created }}
-- 2.51.2