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 9854df3 commit b067474Copy full SHA for b067474
templates/repo/release/list.tmpl
@@ -92,7 +92,7 @@
92
{{end}}
93
{{range $att := $release.Attachments}}
94
<li class="item">
95
- <a target="_blank" class="tw-flex-grow-[2] gt-ellipsis" rel="nofollow" download href="{{$att.DownloadURL}}">
+ <a target="_blank" class="tw-flex-1 gt-ellipsis" rel="nofollow" download href="{{$att.DownloadURL}}">
96
<strong class="flex-text-inline">{{svg "octicon-package" 16 "download-icon"}}<span class="gt-ellipsis">{{$att.Name}}</span></strong>
97
</a>
98
<div class="attachment-right-info flex-text-inline">
web_src/css/repo/release-tag.css
@@ -71,7 +71,7 @@
71
}
72
73
#release-list .release-entry .attachment-list .attachment-right-info {
74
- flex-grow: 1;
+ flex-shrink: 0;
75
min-width: 300px;
76
77
0 commit comments