File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 88
88
<div class="column right aligned gt-df gt-ac gt-je">
89
89
<!-- Sort -->
90
90
<div class="ui dropdown type jump item">
91
- <span class="text">
91
+ <span class="text gt-whitespace-nowrap ">
92
92
{{.locale.Tr "repo.issues.filter_sort"}}
93
93
{{svg "octicon-triangle-down" 14 "dropdown icon"}}
94
94
</span>
105
105
</div>
106
106
{{if .SingleRepoLink}}
107
107
{{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>
109
109
{{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>
111
111
{{end}}
112
112
{{end}}
113
113
</div>
Original file line number Diff line number Diff line change 197
197
198
198
.gt-content-center { align-content : center !important ; }
199
199
200
+ .gt-whitespace-nowrap { white-space : nowrap !important ; }
201
+
200
202
@media (max-width : 767px ) {
201
203
.gt-db-small { display : block !important ; }
202
204
.gt-w-100-small { width : 100% !important ; }
You can’t perform that action at this time.
0 commit comments