mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-01 13:24:25 +01:00
Fix .navbar-right > .dropdown-menu alignment
This commit is contained in:
parent
66122fa153
commit
e29c2d0c24
2
dist/css/bootstrap.css
vendored
2
dist/css/bootstrap.css
vendored
@ -3352,6 +3352,8 @@ button.close {
|
|||||||
float: left !important;
|
float: left !important;
|
||||||
}
|
}
|
||||||
.navbar-right {
|
.navbar-right {
|
||||||
|
right: 0;
|
||||||
|
left: auto;
|
||||||
float: right !important;
|
float: right !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
2
dist/css/bootstrap.min.css
vendored
2
dist/css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
@ -259,7 +259,10 @@
|
|||||||
|
|
||||||
@media (min-width: @grid-float-breakpoint) {
|
@media (min-width: @grid-float-breakpoint) {
|
||||||
.navbar-left { .pull-left(); }
|
.navbar-left { .pull-left(); }
|
||||||
.navbar-right { .pull-right(); }
|
.navbar-right {
|
||||||
|
.pull-right();
|
||||||
|
.pull-right > .dropdown-menu();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user