Skip to content

Commit

Permalink
Add option to right align the dropdown menu (#143)
Browse files Browse the repository at this point in the history
* Add option to right align the dropdown menu

* Add right-aligment to docs
  • Loading branch information
jmsblah authored and tcbegley committed Apr 11, 2019
1 parent 0966a54 commit d95823b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/DropdownMenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ DropdownMenu.propTypes = {
direction: PropTypes.oneOf(['down', 'left', 'right']),

/**
* Align the dropdown menu along the right side of its parent. Default: False.
* Align the DropdownMenu along the right side of its parent. Default: False.
*/
right: PropTypes.bool,

Expand Down

0 comments on commit d95823b

Please sign in to comment.