1 заметка с тегом
html
<select> input with options blows up the fieldset
25 ноября 2020, 10:49
Here's the detailed description:
It happens when the content of select option is longer than select input width and therefor it resizes the fieldset.
The solution is to add max-width: 0 to the fieldset.