HTML select with options blows up the fieldset
General ·It happens when the content of select option is longer than select input width and therefor it resizes the fieldset.
Here’s the detailed description:
Solution
The solution is to add max-width: 0
to the fieldset.