|
@ -1223,7 +1223,7 @@ i.icon.centerlock { |
|
|
|
|
|
|
|
|
/* limit width of all direct dropdown menu children */ |
|
|
/* limit width of all direct dropdown menu children */ |
|
|
/* https://github.com/go-gitea/gitea/pull/10835 */ |
|
|
/* https://github.com/go-gitea/gitea/pull/10835 */ |
|
|
.dropdown > .menu > * { |
|
|
|
|
|
|
|
|
.dropdown:not(.selection) > .menu > * { |
|
|
max-width: 300px; |
|
|
max-width: 300px; |
|
|
overflow-x: hidden; |
|
|
overflow-x: hidden; |
|
|
text-overflow: ellipsis; |
|
|
text-overflow: ellipsis; |
|
|