2
0
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:
Mark Otto
2013-08-18 11:17:28 -07:00
parent 776fb435c5
commit 9b66e6b0f4
3 changed files with 8 additions and 1 deletions
+4
View File
@@ -77,6 +77,10 @@
&.in {
overflow-y: visible;
}
.navbar-nav.navbar-right:last-child {
margin-right: -@navbar-padding-horizontal;
}
}
}