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