Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
fix(input): fixes input height in IE11
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Messerle committed Oct 30, 2015
1 parent 31b26b0 commit ee98b70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/input/input.scss
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ md-input-container {
padding-right: 2px;
border-width: 0 0 $input-border-width-default 0;
line-height: $input-line-height;
height: $input-line-height + ($input-padding-top * 2);
-ms-flex-preferred-size: $input-line-height; //IE fix
border-radius: 0;
border-style: solid; // Firefox fix
Expand Down

0 comments on commit ee98b70

Please sign in to comment.