File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 9292 {{end}}
9393 {{range $att := $release.Attachments}}
9494 <li class="item">
95- <a target="_blank" class="tw-flex-grow-[2] gt-ellipsis" rel="nofollow" download href="{{$att.DownloadURL}}">
95+ <a target="_blank" class="tw-flex-1 gt-ellipsis" rel="nofollow" download href="{{$att.DownloadURL}}">
9696 <strong class="flex-text-inline">{{svg "octicon-package" 16 "download-icon"}}<span class="gt-ellipsis">{{$att.Name}}</span></strong>
9797 </a>
9898 <div class="attachment-right-info flex-text-inline">
Original file line number Diff line number Diff line change 7070 flex-wrap : wrap;
7171}
7272
73+ # release-list .release-entry .attachment-list > .item a {
74+ min-width : 300px ;
75+ }
76+
7377# release-list .release-entry .attachment-list .attachment-right-info {
74- flex-grow : 1 ;
78+ flex-shrink : 0 ;
7579 min-width : 300px ;
7680}
7781
You can’t perform that action at this time.
0 commit comments