Skip to content

Commit

Permalink
(less) Fixes twbs#14557: Reset the bottom margin on .form-group:last-…
Browse files Browse the repository at this point in the history
…child in .navbar-form to prevent extra spacing
  • Loading branch information
mdo committed Sep 8, 2014
1 parent 795b67c commit 3d8e7b3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions navbar.less
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,10 @@
.form-group {
@media (max-width: @grid-float-breakpoint-max) {
margin-bottom: 5px;

&:last-child {
margin-bottom: 0;
}
}
}

Expand Down

0 comments on commit 3d8e7b3

Please sign in to comment.