Commit c79fa6ad authored by Luis Aleman's avatar Luis Aleman

Apply mixin to correct class

parent e29c2d0c
...@@ -3352,9 +3352,11 @@ button.close { ...@@ -3352,9 +3352,11 @@ button.close {
float: left !important; float: left !important;
} }
.navbar-right { .navbar-right {
float: right !important;
}
.navbar-right .dropdown-menu {
right: 0; right: 0;
left: auto; left: auto;
float: right !important;
} }
} }
......
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -261,8 +261,10 @@ ...@@ -261,8 +261,10 @@
.navbar-left { .pull-left(); } .navbar-left { .pull-left(); }
.navbar-right { .navbar-right {
.pull-right(); .pull-right();
.dropdown-menu {
.pull-right > .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