diff options
| author | Mark Otto <[email protected]> | 2014-09-08 10:57:50 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-09-08 10:57:50 -0700 |
| commit | c6d7d71549388b071163a36f3cf05cb201c9230c (patch) | |
| tree | 5452672a3e01b4aa590a40e0a60e6f09eb1c4069 /dist/css/bootstrap.css | |
| parent | 55787332389208d21cae92e223cba63f18e448d2 (diff) | |
| download | bootstrap-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.css | 3 |
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 { |
