From 8c2ad9c5257392643acdf6b84bf78d76fc8caaf2 Mon Sep 17 00:00:00 2001 From: Franz Nieschalk Date: Thu, 6 Apr 2017 10:20:53 +0200 Subject: [PATCH] [Minor] Adjusted styles for IE11 support. --- strolch-wc-auth.html | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/strolch-wc-auth.html b/strolch-wc-auth.html index a02b37b..640a0a9 100644 --- a/strolch-wc-auth.html +++ b/strolch-wc-auth.html @@ -18,6 +18,8 @@ :host { display: block; min-height: 100%; + + --input-line-height: 24px; } .container { @@ -36,7 +38,14 @@ } .card-actions { - text-align: end; + text-align: right; + } + + paper-input { + --paper-input-container-input: { + height: var(--input-line-height); + line-height: var(--input-line-height); + }; }