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

Commit ee98b70

Browse files
author
Robert Messerle
committed
fix(input): fixes input height in IE11
1 parent 31b26b0 commit ee98b70

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/input/input.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ md-input-container {
147147
padding-right: 2px;
148148
border-width: 0 0 $input-border-width-default 0;
149149
line-height: $input-line-height;
150+
height: $input-line-height + ($input-padding-top * 2);
150151
-ms-flex-preferred-size: $input-line-height; //IE fix
151152
border-radius: 0;
152153
border-style: solid; // Firefox fix

0 commit comments

Comments
 (0)