The line-height of mat-form-field is initially set to 1.125. When overwriting it with a higher value (e.g. 1.5) it leads to jumping effects in the nested input-element inside the mat-form-field. On focus/blur the text jumps up and down.
To see the issue, open this stackblitz in Internet Explorer, type something into the input field and focus/blur the field multiple times. The inputted text will jump up and down. When you remove the line-height property, it does not jump. https://stackblitz.com/edit/angular-z1efak
I already posted this as an issue in angular/material project (https://github.com/angular/material2/issues/12769)
Does someone have an idea how to deal with that issue and why this is happening? In Chrome everything works perfectly.