mirror of
https://github.com/go-gitea/gitea
synced 2025-07-05 18:17:19 +00:00
Backport #34308 by wxiaoguang Also fix #34300 Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
This commit is contained in:
@ -1188,16 +1188,6 @@ the "!important" is necessary to override Fomantic UI menu item styles, meanwhil
|
||||
text-overflow: ellipsis !important;
|
||||
}
|
||||
|
||||
.ui.dropdown.text-flex-grow {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.ui.dropdown.text-flex-grow > .text {
|
||||
display: flex;
|
||||
flex-grow: 1;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.svg.octicon-file-directory-fill,
|
||||
.svg.octicon-file-directory-open-fill,
|
||||
.svg.octicon-file-submodule {
|
||||
|
@ -50,23 +50,33 @@
|
||||
width: 300px;
|
||||
}
|
||||
|
||||
.issue-sidebar-combo .ui.dropdown .item:not(.checked) .item-check-mark {
|
||||
visibility: hidden;
|
||||
.issue-content-right .ui.dropdown.full-width {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.issue-content-right .dropdown > .menu {
|
||||
.issue-content-right .ui.dropdown.full-width > .fixed-text {
|
||||
display: flex;
|
||||
flex-grow: 1;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.issue-content-right .ui.dropdown > .menu {
|
||||
max-width: 270px;
|
||||
min-width: 0;
|
||||
max-height: 500px;
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
.issue-content-right .dropdown > .menu .item-secondary-info small {
|
||||
.issue-content-right .ui.dropdown > .menu .item-secondary-info small {
|
||||
display: block;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.issue-sidebar-combo > .ui.dropdown .item:not(.checked) .item-check-mark {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
@media (max-width: 767.98px) {
|
||||
.issue-content-left,
|
||||
.issue-content-right {
|
||||
|
Reference in New Issue
Block a user