Fix dropdown content overflow (#31610)
close #31602

---------
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
This commit is contained in:
parent
afa8dd45af
commit
6fced33581
2 changed files with 35 additions and 9 deletions
|
@ -1364,6 +1364,10 @@ table th[data-sortt-desc] .svg {
|
|||
min-width: 0; /* make ellipsis work */
|
||||
}
|
||||
|
||||
.ui.multiple.selection.dropdown {
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.ui.ui.dropdown.selection {
|
||||
min-width: 14em; /* match the default min width */
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue