Skip to content

Commit

Permalink
fix(input): set line-height to normal (angular#1734)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalerba authored and rolandjitsu committed Nov 10, 2016
1 parent ccef04c commit ec0803b
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 ec0803b

Please sign in to comment.