mirror of
https://github.com/go-gitea/gitea
synced 2024-11-09 06:17:03 +01:00
Using flex-wrap: wrap
in .ui.multiple.selection.dropdown
This commit is contained in:
parent
123e0cd3ab
commit
379e0b6a3a
@ -1364,8 +1364,8 @@ table th[data-sortt-desc] .svg {
|
||||
min-width: 0; /* make ellipsis work */
|
||||
}
|
||||
|
||||
.ui.ui.dropdown {
|
||||
display: inline-block;
|
||||
.ui.multiple.selection.dropdown {
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.ui.ui.dropdown.selection {
|
||||
|
Loading…
Reference in New Issue
Block a user