mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-05 16:42:29 +03:00
fixes #9790: nullify right padding in container-ed navbars when last element in collapse is a right aligned navbar nav
This commit is contained in:
@@ -77,6 +77,10 @@
|
||||
&.in {
|
||||
overflow-y: visible;
|
||||
}
|
||||
|
||||
.navbar-nav.navbar-right:last-child {
|
||||
margin-right: -@navbar-padding-horizontal;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user