From 083f0d16ef301ac952eeed2b35d3ab6442c3e672 Mon Sep 17 00:00:00 2001 From: Yosi Levy Date: Sat, 23 Feb 2019 17:18:57 +0200 Subject: [PATCH] Initial commit --- .../lovelace/entity-rows/hui-input-number-entity-row.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/panels/lovelace/entity-rows/hui-input-number-entity-row.ts b/src/panels/lovelace/entity-rows/hui-input-number-entity-row.ts index f3fb9d0709..d7557897e4 100644 --- a/src/panels/lovelace/entity-rows/hui-input-number-entity-row.ts +++ b/src/panels/lovelace/entity-rows/hui-input-number-entity-row.ts @@ -114,10 +114,10 @@ class HuiInputNumberEntityRow extends LitElement implements EntityRow { } .state { min-width: 45px; - text-align: center; + text-align: end; } paper-input { - text-align: right; + text-align: end; } `; }