We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6eadad8 commit 9e15955Copy full SHA for 9e15955
templates/repo/release/list.tmpl
@@ -16,7 +16,7 @@
16
</div>
17
<div class="ui twelve wide column detail">
18
<div class="gt-df gt-ac gt-sb gt-fw gt-mb-3">
19
- <h4 class="release-list-title">
+ <h4 class="release-list-title gt-word-break">
20
<a href="{{$.RepoLink}}/releases/tag/{{.TagName | PathEscapeSegments}}">{{.Title}}</a>
21
{{if .IsDraft}}
22
<span class="ui yellow label">{{ctx.Locale.Tr "repo.release.draft"}}</span>
0 commit comments