From 85a81767083efd49bf675b3de30de5421ab2ae69 Mon Sep 17 00:00:00 2001 From: Giteabot Date: Tue, 4 Jun 2024 17:17:00 +0800 Subject: [PATCH] Fix overflow on notifications (#31178) (#31237) Backport #31178 by @silverwind Fixes https://github.com/go-gitea/gitea/issues/31170. image Co-authored-by: silverwind --- templates/user/notification/notification_div.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/user/notification/notification_div.tmpl b/templates/user/notification/notification_div.tmpl index bf3b51ee3b..9790a7087a 100644 --- a/templates/user/notification/notification_div.tmpl +++ b/templates/user/notification/notification_div.tmpl @@ -44,14 +44,14 @@ {{end}} -
+
{{.Repository.FullName}} {{if .Issue}}#{{.Issue.Index}}{{end}} {{if eq .Status 3}} {{svg "octicon-pin" 13 "text blue tw-mt-0.5 tw-ml-1"}} {{end}}
- + {{if .Issue}} {{.Issue.Title | RenderEmoji $.Context | RenderCodeBlock}} {{else}}