When selecting an item with a text larger than the select field, the value gets spread across multiple lines.
I cannot imagine a single situation where this is useful, so I'd recommend changing the default styles to include:
text-overflow: ellipsis;
overflow: hidden;
white-space: pre;
Feel free to propose a better solution :)
When selecting an item with a text larger than the select field, the value gets spread across multiple lines.
I cannot imagine a single situation where this is useful, so I'd recommend changing the default styles to include:
Feel free to propose a better solution :)