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

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

parent 35573db8
7 merge requests!8635ignore Gruntfile.js in jekyll,!8339Fix broken links to navbar component in docs examples,!8157Close Me: Docs "Customize and Download" button fix,!7964commit fixes #7792,!8656Added rel="stylesheet" to CDN-Examples,!8527Inner properties move 1,!8245Interactive color picker - Closed: request against wrong branch
Showing with 3 additions and 3 deletions
+3 -3
...@@ -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
......
Supports Markdown
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