Skip to content

Commit 842bba9

Browse files
authored
Fix max-width of selection dropdowns (#11144)
Fix a regression added by https://github.com/go-gitea/gitea/pull/10897/files.
1 parent 77fecec commit 842bba9

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

12241224
/* limit width of all direct dropdown menu children */
12251225
/* https://github.com/go-gitea/gitea/pull/10835 */
1226-
.dropdown > .menu > * {
1226+
.dropdown:not(.selection) > .menu > * {
12271227
max-width: 300px;
12281228
overflow-x: hidden;
12291229
text-overflow: ellipsis;

0 commit comments

Comments
 (0)