Skip to content

Commit

Permalink
fix for topbar form textarea to tall CSS version
Browse files Browse the repository at this point in the history
In css version topbar for text area height is too tall. It was being overwritten by default form styles.
  • Loading branch information
rafibomb committed Jul 24, 2014
1 parent 2d7a083 commit f81c996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/foundation/components/_top-bar.scss
Expand Up @@ -160,7 +160,7 @@ $topbar-arrows: true !default; //Set false to remove the triangle icon from the
form,
input { margin-bottom: 0; }

input { height: auto; padding-top: .35rem; padding-bottom: .35rem; font-size: $topbar-button-font-size; }
input { height: 1.8rem; padding-top: .35rem; padding-bottom: .35rem; font-size: $topbar-button-font-size; }

.button, button {
padding-top: .45rem;
Expand Down

0 comments on commit f81c996

Please sign in to comment.