Skip to content

Commit 0b5662d

Browse files
committed
remove extra wrapping div in form example
1 parent ef6f5f5 commit 0b5662d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/examples/NavbarForm.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@ const navbarInstance = (
88
</Navbar.Header>
99
<Navbar.Collapse>
1010
<Navbar.Form pullLeft>
11-
<div className="form-group">
12-
<Input type="text" placeholder="Search"/>
13-
</div>
11+
<Input type="text" placeholder="Search"/>
1412
{' '}
1513
<Button type="submit">Submit</Button>
1614
</Navbar.Form>

0 commit comments

Comments
 (0)