mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-15 11:59:39 +03:00
Fixes #7474: Use @input-height-base in .navbar-vertical-align() for .navbar-form
This commit is contained in:
Vendored
+2
-2
@@ -3462,8 +3462,8 @@ button.close {
|
||||
}
|
||||
|
||||
.navbar-form {
|
||||
margin-top: 8px;
|
||||
margin-bottom: 8px;
|
||||
margin-top: 7px;
|
||||
margin-bottom: 7px;
|
||||
}
|
||||
|
||||
.navbar-form input,
|
||||
|
||||
+1
-1
@@ -135,7 +135,7 @@
|
||||
// Navbar form
|
||||
.navbar-form {
|
||||
.form-inline();
|
||||
.navbar-vertical-align(34px); // Vertically center in navbar
|
||||
.navbar-vertical-align(@input-height-base); // Vertically center in navbar
|
||||
}
|
||||
|
||||
// Dropdown menus
|
||||
|
||||
Reference in New Issue
Block a user