mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-17 19:21:23 +03:00
Remove .navbar-collapse padding when not in mobile context
This commit is contained in:
Vendored
+1
-2
@@ -3186,8 +3186,7 @@ button.close {
|
|||||||
@media (min-width: 768px) {
|
@media (min-width: 768px) {
|
||||||
.navbar-collapse {
|
.navbar-collapse {
|
||||||
width: auto;
|
width: auto;
|
||||||
padding-top: 0;
|
padding: 0;
|
||||||
padding-bottom: 0;
|
|
||||||
border-top: 0;
|
border-top: 0;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|||||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
+1
-2
@@ -66,8 +66,7 @@
|
|||||||
|
|
||||||
@media (min-width: @grid-float-breakpoint) {
|
@media (min-width: @grid-float-breakpoint) {
|
||||||
width: auto;
|
width: auto;
|
||||||
padding-top: 0;
|
padding: 0;
|
||||||
padding-bottom: 0;
|
|
||||||
border-top: 0;
|
border-top: 0;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user