mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-05 16:42:29 +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:
Vendored
+3
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user