Skip to content

Commit

Permalink
Merge pull request react-bootstrap#620 from AlexKVal/fixInputStyling
Browse files Browse the repository at this point in the history
Fix for Input styling on react-bootstrap.github.io
  • Loading branch information
aabenoja committed May 7, 2015
2 parents 326fc99 + a46a924 commit cb42573
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/examples/Input.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ const ExampleInput = React.createClass({
hasFeedback
ref='input'
groupClassName='group-class'
wrapperClassName='wrapper-class'
labelClassName='label-class'
onChange={this.handleChange} />
);
Expand Down

0 comments on commit cb42573

Please sign in to comment.