Skip to content

Commit 49a77e3

Browse files
authored
Fix sidebar label dropdown divider (#25359)
Follow #25312 Also fix the label dropdown on sidebar Before: <img width="1345" alt="Screen Shot 2023-06-19 at 08 55 05" src="https://github.com/go-gitea/gitea/assets/17645053/3a98e871-b482-4ecb-8ce2-74df67fb65a7"> After: <img width="1408" alt="Screen Shot 2023-06-19 at 08 57 17" src="https://github.com/go-gitea/gitea/assets/17645053/09af15cc-1250-49b3-98b6-5b1a2b9021cb">
1 parent 7f38cf7 commit 49a77e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_src/js/features/repo-issue.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ export function initRepoIssueSidebarList() {
149149
}
150150
}
151151
});
152-
$('.ui.dropdown.label-filter').dropdown('setting', {'hideDividers': 'empty'}).dropdown('refreshItems');
152+
$('.ui.dropdown.label-filter, .ui.dropdown.select-label').dropdown('setting', {'hideDividers': 'empty'}).dropdown('refreshItems');
153153
}
154154

155155
export function initRepoIssueCommentDelete() {

0 commit comments

Comments
 (0)