Skip to content

Commit 3a2679d

Browse files
CirnoTlunnytechknowlogicklafriks
authored
Fix scrollable header on dropdowns (#11893) (#11965)
Co-authored-by: Lunny Xiao <[email protected]> Co-authored-by: techknowlogick <[email protected]> Co-authored-by: Lauris BH <[email protected]> (cherry picked from commit 1fb783e)
1 parent 6839010 commit 3a2679d

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
@@ -1245,7 +1245,7 @@ i.icon.centerlock {
12451245

12461246
/* limit width of all direct dropdown menu children */
12471247
/* https://github.com/go-gitea/gitea/pull/10835 */
1248-
.dropdown:not(.selection) > .menu:not(.review-box) > * {
1248+
.dropdown:not(.selection) > .menu:not(.review-box) > *:not(.header) {
12491249
max-width: 300px;
12501250
overflow-x: hidden;
12511251
text-overflow: ellipsis;

0 commit comments

Comments
 (0)