mirror of
https://github.com/go-gitea/gitea.git
synced 2025-08-31 13:02:52 +09:00
Fix some dropdown problems on the issue sidebar (#34308)
Also fix #34300
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 {
|
||||
|
Reference in New Issue
Block a user