Commit c79fa6ad authored by Luis Aleman's avatar Luis Aleman

Apply mixin to correct class

parent e29c2d0c
......@@ -3352,9 +3352,11 @@ button.close {
float: left !important;
}
.navbar-right {
float: right !important;
}
.navbar-right .dropdown-menu {
right: 0;
left: auto;
float: right !important;
}
}
......
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -261,7 +261,9 @@
.navbar-left { .pull-left(); }
.navbar-right {
.pull-right();
.pull-right > .dropdown-menu();
.dropdown-menu {
.pull-right > .dropdown-menu();
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment