I am trying to limit the length of the items of the Select Dropdown.
Here is an example: Codepen
It looks like there can only be a max-width on the Select item and not on the Option items.
.maxwidth > option {
  max-width:150px;
  background: #000;
  color: #fff;
}
 
    