Commit e29c2d0c authored by Luis Aleman's avatar Luis Aleman

Fix .navbar-right > .dropdown-menu alignment

parent 66122fa1
......@@ -3352,6 +3352,8 @@ button.close {
float: left !important;
}
.navbar-right {
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.
......@@ -259,7 +259,10 @@
@media (min-width: @grid-float-breakpoint) {
.navbar-left { .pull-left(); }
.navbar-right { .pull-right(); }
.navbar-right {
.pull-right();
.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