File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 8888 <div class="column right aligned gt-df gt-ac gt-je">
8989 <!-- Sort -->
9090 <div class="ui dropdown type jump item">
91- <span class="text">
91+ <span class="text gt-whitespace-nowrap ">
9292 {{.locale.Tr "repo.issues.filter_sort"}}
9393 {{svg "octicon-triangle-down" 14 "dropdown icon"}}
9494 </span>
105105 </div>
106106 {{if .SingleRepoLink}}
107107 {{if eq .SingleRepoAction "issue"}}
108- <a class="ui green button" href="{{.SingleRepoLink}}/issues/new/choose">{{.locale.Tr "repo.issues.new"}}</a>
108+ <a class="ui green button gt-ml-4 " href="{{.SingleRepoLink}}/issues/new/choose">{{.locale.Tr "repo.issues.new"}}</a>
109109 {{else if eq .SingleRepoAction "pull"}}
110- <a class="ui green button" href="{{.SingleRepoLink}}/compare">{{.locale.Tr "repo.pulls.new"}}</a>
110+ <a class="ui green button gt-ml-4 " href="{{.SingleRepoLink}}/compare">{{.locale.Tr "repo.pulls.new"}}</a>
111111 {{end}}
112112 {{end}}
113113 </div>
Original file line number Diff line number Diff line change 197197
198198.gt-content-center { align-content : center !important ; }
199199
200+ .gt-whitespace-nowrap { white-space : nowrap !important ; }
201+
200202@media (max-width : 767px ) {
201203 .gt-db-small { display : block !important ; }
202204 .gt-w-100-small { width : 100% !important ; }
You can’t perform that action at this time.
0 commit comments