Skip to content
Snippets Groups Projects
Commit 58bce490 authored by Jan-Christoph Borchardt's avatar Jan-Christoph Borchardt
Browse files

ellipsize first item in multiselect, fix #16174

parent 127b0d9e
No related branches found
No related tags found
No related merge requests found
......@@ -88,6 +88,7 @@ div.multiselect>span:first-child {
overflow: hidden;
text-overflow: ellipsis;
width: 90%;
white-space: nowrap;
}
div.multiselect>span:last-child {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment