Skip to content

Commit

Permalink
Update: (Fixes #500) Navbar .dropdown-menu-right should work with C…
Browse files Browse the repository at this point in the history
…lay Navbar variants
  • Loading branch information
pat270 committed Jan 30, 2018
1 parent ea71aa7 commit 8f85e35
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 8f85e35

Please sign in to comment.