Skip to content

Commit

Permalink
fix: right alignment in navbar (#3338)
Browse files Browse the repository at this point in the history
  • Loading branch information
jquense committed Oct 19, 2018
1 parent 34515fc commit 84ef393
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DropdownMenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ class DropdownMenu extends React.Component {
className,
bsPrefix,
show && 'show',
alignRight && `${bsPrefix}-right`,
alignEnd && `${bsPrefix}-right`,
)}
/>
);
Expand Down

0 comments on commit 84ef393

Please sign in to comment.