Skip to content

Commit

Permalink
fix(input): set line-height to normal (#1734)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalerba authored and jelbourn committed Nov 9, 2016
1 parent 1339a6a commit f1f660e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/input/input.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ md-input, md-textarea {
display: inline-block;
position: relative;
font-family: $md-font-family;
line-height: normal;

// To avoid problems with text-align.
text-align: left;
Expand Down

0 comments on commit f1f660e

Please sign in to comment.