You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
react-select > less > control.less has a property on line 191 in .Select-input > input { width: 100% }, however, in the equivalent selector in the scss folder that property is missing, which causes some issues with responsive grid systems when the input should be less than ~160px.
The text was updated successfully, but these errors were encountered:
mantissa7
added a commit
to mantissa7/react-select
that referenced
this issue
Jan 11, 2018
react-select > less > control.less has a property on line 191 in
.Select-input > input { width: 100% }
, however, in the equivalent selector in the scss folder that property is missing, which causes some issues with responsive grid systems when the input should be less than ~160px.The text was updated successfully, but these errors were encountered: