Skip to content

Commit

Permalink
change default width of select field to 256
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismcv committed Jul 6, 2015
1 parent 405d872 commit 091f0e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/select-field.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ let SelectField = React.createClass({

getDefaultProps() {
return {
fullWidth:true
fullWidth:false
};
},

Expand Down

0 comments on commit 091f0e3

Please sign in to comment.