Skip to content

Commit 1fb783e

Browse files
CirnoTlunnytechknowlogicklafriks
authored
Fix scrollable header on dropdowns (#11893)
Co-authored-by: Lunny Xiao <[email protected]> Co-authored-by: techknowlogick <[email protected]> Co-authored-by: Lauris BH <[email protected]>
1 parent 5fcd18a commit 1fb783e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_src/less/_base.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1239,7 +1239,7 @@ i.icon.centerlock {
12391239

12401240
/* limit width of all direct dropdown menu children */
12411241
/* https://github.com/go-gitea/gitea/pull/10835 */
1242-
.dropdown:not(.selection) > .menu:not(.review-box) > * {
1242+
.dropdown:not(.selection) > .menu:not(.review-box) > *:not(.header) {
12431243
max-width: 300px;
12441244
overflow-x: hidden;
12451245
text-overflow: ellipsis;

0 commit comments

Comments
 (0)