ellipsize first item in multiselect, fix #16174

This commit is contained in:
Jan-Christoph Borchardt 2015-05-12 15:39:18 +02:00
parent 127b0d9edf
commit 58bce49037

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 {