Skip to content

Commit f1f660e

Browse files
mmalerbajelbourn
authored andcommitted
fix(input): set line-height to normal (#1734)
1 parent 1339a6a commit f1f660e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/input/input.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ md-input, md-textarea {
1919
display: inline-block;
2020
position: relative;
2121
font-family: $md-font-family;
22+
line-height: normal;
2223

2324
// To avoid problems with text-align.
2425
text-align: left;

0 commit comments

Comments
 (0)