mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-09 15:30:58 +00:00
Fix .navbar-right > .dropdown-menu alignment
This commit is contained in:
parent
66122fa153
commit
e29c2d0c24
3 changed files with 7 additions and 2 deletions
2
dist/css/bootstrap.css
vendored
2
dist/css/bootstrap.css
vendored
|
|
@ -3352,6 +3352,8 @@ button.close {
|
|||
float: left !important;
|
||||
}
|
||||
.navbar-right {
|
||||
right: 0;
|
||||
left: auto;
|
||||
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) {
|
||||
.navbar-left { .pull-left(); }
|
||||
.navbar-right { .pull-right(); }
|
||||
.navbar-right {
|
||||
.pull-right();
|
||||
.pull-right > .dropdown-menu();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue