Select one ... (check one with "x")
[x] bug
[ ] feature request
[x] enhancement
Right header dropdown should be aligned aligned properly, like this:



Angular version: 2.0.X
Clarity version: https://vmware.github.io/clarity/ so I guess 0.10.0
OS and version: macOS Sierra 10.12.6
Browser: Tested on Chrome 60, Safari 11
@gperdomor: Thanks for raising this issue. This looks like an error in the documentation and not actually with the component. We will get this fixed as soon as possible.
Just adding this in case you haven't noticed and someone else is struggling: In the docs for a clr-dropdown example in the header:
<clr-dropdown [clrMenuPosition]="'bottom-right'"> ... </clr-dropdown>
Seems that the property clrMenuPosition was removed. Instead, <clr-dropdown-menu> has now the property clrPosition.
Hi there 馃憢, this is an automated message. To help Clarity keep track of discussions, we automatically lock closed issues after 14 days. Please look for another open issue or open a new issue with updated details and reference this one as necessary.
Most helpful comment
Just adding this in case you haven't noticed and someone else is struggling: In the docs for a clr-dropdown example in the header:
<clr-dropdown [clrMenuPosition]="'bottom-right'"> ... </clr-dropdown>Seems that the property
clrMenuPositionwas removed. Instead,<clr-dropdown-menu>has now the propertyclrPosition.