Skip to content

Commit 95f839f

Browse files
author
Ian Witherow
committed
Adds unit (px) to minWidth attribute
1 parent 710bae6 commit 95f839f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Select.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -665,7 +665,7 @@ const Select = React.createClass({
665665
onBlur={this.handleInputBlur}
666666
onChange={this.handleInputChange}
667667
onFocus={this.handleInputFocus}
668-
minWidth="5"
668+
minWidth="5px"
669669
ref="input"
670670
required={this.state.required}
671671
value={this.state.inputValue}

0 commit comments

Comments
 (0)