Skip to content

Commit ecefb89

Browse files
janisrjelbourn
authored andcommitted
fix(input): correctly position md-hint in IE11 when position start (#1674)
1 parent e3882fc commit ecefb89

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/input/input.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ md-input, md-textarea {
178178
// The hint is shown below the underline. There can be more than one; one at the start
179179
// and one at the end.
180180
.md-hint {
181+
display: block;
181182
position: absolute;
182183
font-size: 75%;
183184
bottom: -0.5em;

0 commit comments

Comments
 (0)