Skip to content

Commit

Permalink
Update: (Fixes liferay#500) Navbar .dropdown-menu-right should work…
Browse files Browse the repository at this point in the history
… with Clay Navbar variants
  • Loading branch information
pat270 authored and Kien Do committed Feb 21, 2018
1 parent 9845490 commit d6109cc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/clay/src/scss/components/_navbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@
}
}

.navbar-nav,
.navbar-form {
.dropdown-menu-right {
left: auto;
right: 0;
}
}

.navbar-nav {
flex-direction: row;

Expand Down

0 comments on commit d6109cc

Please sign in to comment.