Commit 0c167a1d authored by Mark Otto's avatar Mark Otto

Fixes #7474: Use `@input-height-base` in `.navbar-vertical-align()` for `.navbar-form`

parent 35573db8
......@@ -3462,8 +3462,8 @@ button.close {
}
.navbar-form {
margin-top: 8px;
margin-bottom: 8px;
margin-top: 7px;
margin-bottom: 7px;
}
.navbar-form input,
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment