
Should we put an ellipse character at the end, it "looks broken" atm
I changed the label rule (ul.multiselectoptions > li input[type="checkbox"] + label) but it doesn't look good, because the overflow causes a higher line height somehow.
/* snip */
padding: 5px 5px 5px 27px;
box-sizing: border-box;
text-overflow: ellipsis;
overflow: hidden;
margin: 0 -27px;


Ref #15819 (comment) (and following comments)