Skip to content
Snippets Groups Projects
Commit 27a6db04 authored by Kyle Doherty's avatar Kyle Doherty
Browse files

align dropdown content

parent a9193f9e
Branches
Tags
No related merge requests found
......@@ -98,7 +98,7 @@
<span class="NavItem-text">{{currentOrg.name}} Admin</span>
<cv-chevron-down-icon width="8px" height="8px"></cv-chevron-down-icon>
</span>
<ul class="Dropdown-content">
<ul class="Dropdown-content left">
<li ng-repeat="organization in userMemberOf">
<a class="link block py1" href="#" ng-click="changeCurrOrg(organization.slug, true)">{{organization.name}}</a>
</li>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment