File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
templates/repo/issue/view_content Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 7
7
<strong>{{.i18n.Tr "repo.issues.new.labels"}}</strong>
8
8
<span class="octicon octicon-gear"></span>
9
9
</span>
10
- <div class="filter menu" data-action="update" data-issue-id="{{$.Issue.ID}}" data-update-url="{{$.RepoLink}}/issues/labels">
10
+ <div class="filter menu labels " data-action="update" data-issue-id="{{$.Issue.ID}}" data-update-url="{{$.RepoLink}}/issues/labels">
11
11
<div class="no-select item">{{.i18n.Tr "repo.issues.new.clear_labels"}}</div>
12
12
{{range .Labels}}
13
13
<a class="{{if .IsChecked}}checked{{end}} item has-emoji" href="#" data-id="{{.ID}}" data-id-selector="#label_{{.ID}}"><span class="octicon {{if .IsChecked}}octicon-check{{end}}"></span><span class="label color" style="background-color: {{.Color}}"></span> {{.Name}}
Original file line number Diff line number Diff line change 158
158
}
159
159
160
160
& .labels {
161
+ max-height : 300px ;
162
+
161
163
.label-filter .menu .info {
162
164
display : inline-block ;
163
165
padding : 9px 7px 7px 7px ;
You can’t perform that action at this time.
0 commit comments