aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authordelvh <dev.lh@web.de>2024-02-02 05:51:09 +0100
committerGitHub <noreply@github.com>2024-02-02 04:51:09 +0000
commit71422c0e3b80679c11a0f9a7036b557e851d0c78 (patch)
tree36b85f1235963d6ae68be83dc8c644eb0a068993 /templates
parentb9f8d75e27dc3b434d2f64a22bcbee22162cfe7c (diff)
downloadgitea-71422c0e3b80679c11a0f9a7036b557e851d0c78.tar.gz
gitea-71422c0e3b80679c11a0f9a7036b557e851d0c78.zip
Wrap contained tags and branches again (#29021)
Fixes #29016 ## After ![grafik](https://github.com/go-gitea/gitea/assets/51889757/2c72ee8f-439e-4328-85df-77772e0f4aef)
Diffstat (limited to 'templates')
-rw-r--r--templates/repo/commit_load_branches_and_tags.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/repo/commit_load_branches_and_tags.tmpl b/templates/repo/commit_load_branches_and_tags.tmpl
index 6d5eb29d8a..883230ac29 100644
--- a/templates/repo/commit_load_branches_and_tags.tmpl
+++ b/templates/repo/commit_load_branches_and_tags.tmpl
@@ -9,11 +9,11 @@
<div>{{ctx.Locale.Tr "repo.commit.contained_in"}}</div>
<div class="gt-df gt-mt-3">
<div class="gt-p-2">{{svg "octicon-git-branch"}}</div>
- <div class="branch-area flex-text-block gt-f1"></div>
+ <div class="branch-area flex-text-block gt-fw gt-f1"></div>
</div>
<div class="gt-df gt-mt-3">
<div class="gt-p-2">{{svg "octicon-tag"}}</div>
- <div class="tag-area flex-text-block gt-f1"></div>
+ <div class="tag-area flex-text-block gt-fw gt-f1"></div>
</div>
</div>
</div>