Skip to content

Commit

Permalink
remove extra wrapping div in form example
Browse files Browse the repository at this point in the history
  • Loading branch information
jquense committed Nov 15, 2015
1 parent ef6f5f5 commit 0b5662d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/examples/NavbarForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ const navbarInstance = (
</Navbar.Header>
<Navbar.Collapse>
<Navbar.Form pullLeft>
<div className="form-group">
<Input type="text" placeholder="Search"/>
</div>
<Input type="text" placeholder="Search"/>
{' '}
<Button type="submit">Submit</Button>
</Navbar.Form>
Expand Down

0 comments on commit 0b5662d

Please sign in to comment.