Merge pull request #16282 from owncloud/fix-multiselect-ellipsize

ellipsize first item in multiselect, fix #16174
This commit is contained in:
Morris Jobke 2015-05-12 16:08:13 +02:00
commit 895a1a5efa
1 changed files with 1 additions and 0 deletions

View File

@ -88,6 +88,7 @@ div.multiselect>span:first-child {
overflow: hidden;
text-overflow: ellipsis;
width: 90%;
white-space: nowrap;
}
div.multiselect>span:last-child {