aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-09-08 10:57:50 -0700
committerMark Otto <[email protected]>2014-09-08 10:57:50 -0700
commitc6d7d71549388b071163a36f3cf05cb201c9230c (patch)
tree5452672a3e01b4aa590a40e0a60e6f09eb1c4069 /dist/css/bootstrap.css
parent55787332389208d21cae92e223cba63f18e448d2 (diff)
downloadbootstrap-c6d7d71549388b071163a36f3cf05cb201c9230c.tar.xz
bootstrap-c6d7d71549388b071163a36f3cf05cb201c9230c.zip
Fixes #14557: Reset the bottom margin on .form-group:last-child in .navbar-form to prevent extra spacing
Diffstat (limited to 'dist/css/bootstrap.css')
-rw-r--r--dist/css/bootstrap.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css
index 24895181a..2f8ccdb09 100644
--- a/dist/css/bootstrap.css
+++ b/dist/css/bootstrap.css
@@ -4123,6 +4123,9 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
.navbar-form .form-group {
margin-bottom: 5px;
}
+ .navbar-form .form-group:last-child {
+ margin-bottom: 0;
+ }
}
@media (min-width: 768px) {
.navbar-form {