From ecefb89a294404e55e60f3d837dcef409684eb3d Mon Sep 17 00:00:00 2001 From: Janis Riekstins Date: Fri, 4 Nov 2016 00:58:03 +0200 Subject: [PATCH] fix(input): correctly position md-hint in IE11 when position start (#1674) --- src/lib/input/input.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/input/input.scss b/src/lib/input/input.scss index 228b371ca432..2ee932341e5d 100644 --- a/src/lib/input/input.scss +++ b/src/lib/input/input.scss @@ -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;