Skip to content

Commit

Permalink
Remove unit (px) from minWidth attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirill Mesnyankin committed Sep 30, 2016
1 parent 6c5c828 commit f9039c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Select.js
Original file line number Diff line number Diff line change
Expand Up @@ -869,7 +869,7 @@ const Select = React.createClass({

if (this.props.autosize) {
return (
<AutosizeInput {...inputProps} minWidth="5px" />
<AutosizeInput {...inputProps} minWidth="5" />
);
}
return (
Expand Down

0 comments on commit f9039c7

Please sign in to comment.