Skip to content

Commit

Permalink
Merge pull request #5950 from hellcp/patch-4
Browse files Browse the repository at this point in the history
Align dropdown menu to the right
  • Loading branch information
Ana06 committed Sep 29, 2018
2 parents 3001dfe + c1c9cba commit 9991964
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
%button.btn.btn-link.nav-link.dropdown-toggle#watchlist{ aria: { expanded: false, haspopup: true }, data: { toggle: 'dropdown', offset: 150 } }
Watchlist
.dropdown-menu{ aria: { labelledby: 'watchlist' } }
.dropdown-menu.dropdown-menu-right{ aria: { labelledby: 'watchlist' } }
.dropdown-header
List of projects you are watching
.dropdown-divider
Expand Down

0 comments on commit 9991964

Please sign in to comment.