2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

Fixes #14557: Reset the bottom margin on .form-group:last-child in .navbar-form to prevent extra spacing

This commit is contained in:
Mark Otto
2014-09-08 10:57:50 -07:00
parent 5578733238
commit c6d7d71549
4 changed files with 9 additions and 2 deletions
+4
View File
@@ -299,6 +299,10 @@
.form-group {
@media (max-width: @grid-float-breakpoint-max) {
margin-bottom: 5px;
&:last-child {
margin-bottom: 0;
}
}
}