Skip to content

Commit

Permalink
fix(input): incorrect display input in IE11 (#168517) (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleg Ulyanov authored and pimenovoleg committed Dec 11, 2018
1 parent 47c3adf commit 779f1f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/input/_input-base.scss
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
@import '../core/styles/common/input';

$mc-input-width: 100%;
$mc-input-min-height: 30px;

%mc-input-field-base {
@include mc-reset-input();

box-sizing: border-box;
padding: 5px 16px;
width: $mc-input-width;
min-height: $mc-input-min-height; // for IE11
}

0 comments on commit 779f1f9

Please sign in to comment.