mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-05 13:50:58 +00:00
Fixes #7474: Use @input-height-base in .navbar-vertical-align() for .navbar-form
This commit is contained in:
parent
35573db810
commit
0c167a1d9d
2 changed files with 3 additions and 3 deletions
4
docs/assets/css/bootstrap.css
vendored
4
docs/assets/css/bootstrap.css
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue