Skip to content

Commit

Permalink
only priority nav elements are now inline-block
Browse files Browse the repository at this point in the history
  • Loading branch information
gijsroge committed Jan 4, 2016
1 parent 970f5ff commit dc485f0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/priority-nav-core.scss
Expand Up @@ -14,11 +14,11 @@
* Makes sure the menu's are inline-block so they don't take up
* the entire width of its parent. This will break the plugin.
*/
ul{
display: inline-block;
}
li{
> ul{
display: inline-block;
> li{
display: inline-block;
}
}
&-has-dropdown{
.priority-nav{
Expand Down

0 comments on commit dc485f0

Please sign in to comment.