File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 2828 </div>
2929 <div class="flex-item-trailing">
3030 {{if $run.IsRefDeleted}}
31- <span class="ui label run-list-ref gt-ellipsis tw-line-through tw-max-w-[105px] " data-tooltip-content="{{$run.PrettyRef}}">{{$run.PrettyRef}}</span>
31+ <span class="ui label run-list-ref gt-ellipsis tw-line-through" data-tooltip-content="{{$run.PrettyRef}}">{{$run.PrettyRef}}</span>
3232 {{else}}
33- <a class="ui label run-list-ref gt-ellipsis tw-max-w-[105px] " href="{{$run.RefLink}}" data-tooltip-content="{{$run.PrettyRef}}">{{$run.PrettyRef}}</a>
33+ <a class="ui label run-list-ref gt-ellipsis" href="{{$run.RefLink}}" data-tooltip-content="{{$run.PrettyRef}}">{{$run.PrettyRef}}</a>
3434 {{end}}
3535 <div class="run-list-item-right">
3636 <div class="run-list-meta">{{svg "octicon-calendar" 16}}{{DateUtils.TimeSince $run.Updated}}</div>
Original file line number Diff line number Diff line change 5959
6060.run-list-ref {
6161 display : inline-block !important ;
62+ max-width : 105px ;
6263}
6364
6465@media (max-width : 767.98px ) {
You can’t perform that action at this time.
0 commit comments