Is there a way to limit the length of items in a Select Dropdown?
Check out this example on Codepen
It appears that only the Select item can have a max-width, not the Option items.
.maxwidth > option {
max-width:150px;
background: #000;
color: #fff;
}