File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
templates/repo/issue/view_content Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 7
7
<strong>{{.i18n.Tr "repo.issues.new.labels"}}</strong>
8
8
{{svg "octicon-gear" 16}}
9
9
</span>
10
- <div class="filter menu labels " data-action="update" data-issue-id="{{$.Issue.ID}}" data-update-url="{{$.RepoLink}}/issues/labels">
10
+ <div class="filter menu" 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-check {{if not .IsChecked}}invisible{{end}}">{{svg "octicon-check" 16}}</span><span class="label color" style="background-color: {{.Color}}"></span> {{.Name}}
Original file line number Diff line number Diff line change 83
83
.metas {
84
84
.menu {
85
85
overflow-x : auto ;
86
+ max-height : 300px ;
86
87
}
87
88
88
89
.ui.list {
152
153
}
153
154
154
155
& .labels {
155
- max-height : 300px ;
156
-
157
156
.label-filter .menu .info {
158
157
display : inline-block ;
159
158
padding : 9px 7px 7px 7px ;
You can’t perform that action at this time.
0 commit comments