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 { ...@@ -3462,8 +3462,8 @@ button.close {
} }
.navbar-form { .navbar-form {
margin-top: 8px; margin-top: 7px;
margin-bottom: 8px; margin-bottom: 7px;
} }
.navbar-form input, .navbar-form input,
......
...@@ -135,7 +135,7 @@ ...@@ -135,7 +135,7 @@
// Navbar form // Navbar form
.navbar-form { .navbar-form {
.form-inline(); .form-inline();
.navbar-vertical-align(34px); // Vertically center in navbar .navbar-vertical-align(@input-height-base); // Vertically center in navbar
} }
// Dropdown menus // 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