|
|
|
@@ -1231,12 +1231,21 @@ i.icon.centerlock { |
|
|
|
|
|
|
|
/* limit width of all direct dropdown menu children */ |
|
|
|
/* https://github.com/go-gitea/gitea/pull/10835 */ |
|
|
|
.dropdown:not(.selection) > .menu > * { |
|
|
|
.dropdown:not(.selection) > .menu:not(.review-box) > * { |
|
|
|
max-width: 300px; |
|
|
|
overflow-x: hidden; |
|
|
|
text-overflow: ellipsis; |
|
|
|
} |
|
|
|
|
|
|
|
.dropdown:not(.selection) > .menu.review-box > * { |
|
|
|
@media only screen and (max-height: 700px) { |
|
|
|
.CodeMirror, |
|
|
|
.CodeMirror-scroll { |
|
|
|
min-height: 100px; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.text-label { |
|
|
|
display: inline-flex !important; |
|
|
|
align-items: center !important; |
|
|
|
|