From 0328f31fdc9b82efe7110cd2107628c2004e5be4 Mon Sep 17 00:00:00 2001 From: Giteabot Date: Mon, 3 Jun 2024 10:14:15 +0800 Subject: [PATCH] Fix overflow in issue card (#31203) (#31225) Backport #31203 by @silverwind Before: Screenshot 2024-06-01 at 01 31 26 After: Screenshot 2024-06-01 at 01 31 32 Co-authored-by: silverwind --- templates/repo/issue/card.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/repo/issue/card.tmpl b/templates/repo/issue/card.tmpl index 526f6dd5db..4c22c28329 100644 --- a/templates/repo/issue/card.tmpl +++ b/templates/repo/issue/card.tmpl @@ -14,7 +14,7 @@
{{template "shared/issueicon" .}}
- {{.Title | RenderEmoji ctx | RenderCodeBlock}} + {{.Title | RenderEmoji ctx | RenderCodeBlock}} {{if and $.isPinnedIssueCard $.Page.IsRepoAdmin}} {{svg "octicon-x" 16}}