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

Commit

Permalink
fix(inputContainer): fix height on IE11
Browse files Browse the repository at this point in the history
  • Loading branch information
ajoslin committed Jan 8, 2015
1 parent fdb923e commit dc31ee5
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 @@ -59,6 +59,7 @@ md-input-container {
padding-bottom: $input-border-width-focused - $input-border-width-default;
border-width: 0 0 $input-border-width-default 0;
line-height: $input-line-height;
-ms-flex-preferred-size: $input-line-height; //IE fix

&:focus {
outline: none;
Expand Down

0 comments on commit dc31ee5

Please sign in to comment.