We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b074def commit f207d82Copy full SHA for f207d82
templates/shared/issuelist.tmpl
@@ -98,8 +98,8 @@
98
</a>
99
{{end}}
100
{{if .Ref}}
101
- <a class="ref flex-text-inline" {{if $.RepoLink}}href="{{index $.IssueRefURLs .ID}}"{{else}}href="{{.Repo.Link}}{{index $.IssueRefURLs .ID}}"{{end}}>
102
- {{svg "octicon-git-branch" 14}}{{index $.IssueRefEndNames .ID}}
+ <a class="ref flex-text-inline tw-max-w-[250px]" {{if $.RepoLink}}href="{{index $.IssueRefURLs .ID}}"{{else}}href="{{.Repo.Link}}{{index $.IssueRefURLs .ID}}"{{end}}>
+ <span class="gt-ellipsis">{{svg "octicon-git-branch" 14}}{{index $.IssueRefEndNames .ID}}</span>
103
104
105
{{$tasks := .GetTasks}}
0 commit comments