summaryrefslogtreecommitdiffstats
path: root/templates/repo
diff options
context:
space:
mode:
authorJames Lakin <jamesorlakin@users.noreply.github.com>2020-02-11 20:40:47 +0000
committerGitHub <noreply@github.com>2020-02-11 22:40:47 +0200
commit54af3c90c72d48031d6e666e708f24115b64703b (patch)
tree203bfc4d18295ee47f546051cdba3f12de91636b /templates/repo
parentd9c79986eae0a4b4ccadc39c89e84c6fe3730392 (diff)
downloadgitea-54af3c90c72d48031d6e666e708f24115b64703b.tar.gz
gitea-54af3c90c72d48031d6e666e708f24115b64703b.zip
Fix issue sidebar menus having an infinite height (#10239)
* Revert "Limit label list height on edit issue page" * Fix issue sidebar menus having an infinite height
Diffstat (limited to 'templates/repo')
-rw-r--r--templates/repo/issue/view_content/sidebar.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/issue/view_content/sidebar.tmpl b/templates/repo/issue/view_content/sidebar.tmpl
index a9a4035594..d6fe28a074 100644
--- a/templates/repo/issue/view_content/sidebar.tmpl
+++ b/templates/repo/issue/view_content/sidebar.tmpl
@@ -7,7 +7,7 @@
<strong>{{.i18n.Tr "repo.issues.new.labels"}}</strong>
{{svg "octicon-gear" 16}}
</span>
- <div class="filter menu labels" data-action="update" data-issue-id="{{$.Issue.ID}}" data-update-url="{{$.RepoLink}}/issues/labels">
+ <div class="filter menu" data-action="update" data-issue-id="{{$.Issue.ID}}" data-update-url="{{$.RepoLink}}/issues/labels">
<div class="no-select item">{{.i18n.Tr "repo.issues.new.clear_labels"}}</div>
{{range .Labels}}
<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}}