Merge pull request #16282 from owncloud/fix-multiselect-ellipsize
ellipsize first item in multiselect, fix #16174
This commit is contained in:
commit
895a1a5efa
1 changed files with 1 additions and 0 deletions
|
@ -88,6 +88,7 @@ div.multiselect>span:first-child {
|
|||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
width: 90%;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
div.multiselect>span:last-child {
|
||||
|
|
Loading…
Reference in a new issue