Skip to content

Commit 57647ab

Browse files
silverwindearl-warren
authored andcommitted
Fix overflow on push notification (#31179)
Fixes: go-gitea/gitea#30063 <img width="1301" alt="Screenshot 2024-05-30 at 14 43 24" src="https://github.com/go-gitea/gitea/assets/115237/00443af0-088d-49a5-be9e-8c9adcc2c01d"> (cherry picked from commit 1f8ac27b31b52791396f198b665a1d6bbdcfd8b3)
1 parent c6e04c3 commit 57647ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/repo/code/recently_pushed_new_branches.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{{range .RecentlyPushedNewBranches}}
2-
<div class="ui positive message tw-flex tw-items-center">
3-
<div class="tw-flex-1">
2+
<div class="ui positive message tw-flex tw-items-center tw-gap-2">
3+
<div class="tw-flex-1 tw-break-anywhere">
44
{{$timeSince := TimeSince .CommitTime.AsTime ctx.Locale}}
55
{{$repo := .GetRepo $.Context}}
66
{{$name := .Name}}

0 commit comments

Comments
 (0)