When using react-select it is not auto sizing by option value, but using width:100% as you can see in picture:
react-select
width:100%
Options are short:<
Inline styles did not work for me. I just wrapped the Select component in a div and gave the div the width I wanted.