Skip to content

Commit

Permalink
add height 100% to form
Browse files Browse the repository at this point in the history
  • Loading branch information
ilan-schemoul committed Apr 8, 2016
1 parent d9c705c commit c129dc1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions sass/components/_navbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@ nav {
}

// Navbar Search Form
form { height: 100%; }

.input-field {
margin: 0;
height: 100%;
Expand All @@ -133,6 +135,7 @@ nav {
box-shadow: none;
}
}

label {
top: 0;
left: 0;
Expand All @@ -146,9 +149,7 @@ nav {
transform: translateY(0);
}
}

}

}

// Fixed Navbar
Expand Down

0 comments on commit c129dc1

Please sign in to comment.