mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-02 16:04:07 +03:00
Fix alignment of navbar header in fixed navbars
This commit is contained in:
@@ -112,6 +112,10 @@
|
||||
// Undo the rounded corners
|
||||
@media (min-width: @grid-float-breakpoint) {
|
||||
border-radius: 0;
|
||||
|
||||
.navbar-header {
|
||||
margin-left: -@navbar-padding-horizontal;
|
||||
}
|
||||
}
|
||||
}
|
||||
.navbar-fixed-top {
|
||||
|
||||
Reference in New Issue
Block a user