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 92
92
{{end}}
93
93
{{range $att := $release.Attachments}}
94
94
<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}}">
96
96
<strong class="flex-text-inline">{{svg "octicon-package" 16 "download-icon"}}<span class="gt-ellipsis">{{$att.Name}}</span></strong>
97
97
</a>
98
98
<div class="attachment-right-info flex-text-inline">
Original file line number Diff line number Diff line change 70
70
flex-wrap : wrap;
71
71
}
72
72
73
+ # release-list .release-entry .attachment-list > .item a {
74
+ min-width : 300px ;
75
+ }
76
+
73
77
# release-list .release-entry .attachment-list .attachment-right-info {
74
- flex-grow : 1 ;
78
+ flex-shrink : 0 ;
75
79
min-width : 300px ;
76
80
}
77
81
You can’t perform that action at this time.
0 commit comments