Skip to content

Commit

Permalink
fix(input): correctly position md-hint in IE11 when position start (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
janisr authored and jelbourn committed Nov 3, 2016
1 parent e3882fc commit ecefb89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/input/input.scss
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ md-input, md-textarea {
// The hint is shown below the underline. There can be more than one; one at the start
// and one at the end.
.md-hint {
display: block;
position: absolute;
font-size: 75%;
bottom: -0.5em;
Expand Down

0 comments on commit ecefb89

Please sign in to comment.