From d95823b3c2c4817e7170803711538291071c6107 Mon Sep 17 00:00:00 2001 From: Jms <37494306+jmsblah@users.noreply.github.com> Date: Sat, 9 Mar 2019 02:17:53 -0500 Subject: [PATCH] Add option to right align the dropdown menu (#143) * Add option to right align the dropdown menu * Add right-aligment to docs --- src/components/DropdownMenu.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/DropdownMenu.js b/src/components/DropdownMenu.js index 36a4ef7d6..c37f13d87 100644 --- a/src/components/DropdownMenu.js +++ b/src/components/DropdownMenu.js @@ -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,