Skip to content

Commit 113e6d3

Browse files
elisechantTheSharpieOne
authored andcommitted
align the dropdown menu for NavbarExampleSource to the right (reactstrap#922)
docs(NavbarExampleSource): aligns the dropdown menu in nav bar to the right
1 parent c89bdea commit 113e6d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/lib/examples/Navbar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export default class Example extends React.Component {
4444
<DropdownToggle nav caret>
4545
Options
4646
</DropdownToggle>
47-
<DropdownMenu >
47+
<DropdownMenu right>
4848
<DropdownItem>
4949
Option 1
5050
</DropdownItem>

0 commit comments

Comments
 (0)