Index: lib/src/paper-input/paper-input-error.html |
diff --git a/lib/src/paper-input/paper-input-error.html b/lib/src/paper-input/paper-input-error.html |
index 8e32b046355ae39f82a6a02ffc4e7e547ae1f581..7dada065f1884d47ddf8399246c8a6cd0e4d7f33 100644 |
--- a/lib/src/paper-input/paper-input-error.html |
+++ b/lib/src/paper-input/paper-input-error.html |
@@ -37,12 +37,12 @@ Custom property | Description | Default |
:host { |
display: inline-block; |
visibility: hidden; |
- float: left; |
color: var(--paper-input-container-invalid-color, --google-red-500); |
@apply(--paper-font-caption); |
@apply(--paper-input-error); |
+ position: absolute; |
} |
:host([invalid]) { |
@@ -51,7 +51,7 @@ Custom property | Description | Default |
</style> |
<content></content> |
- |
+ |
</template> |
</dom-module> |