Initial commit

This commit is contained in:
Yosi Levy 2019-02-23 17:18:57 +02:00
parent 979025539e
commit 083f0d16ef

View File

@ -114,10 +114,10 @@ class HuiInputNumberEntityRow extends LitElement implements EntityRow {
} }
.state { .state {
min-width: 45px; min-width: 45px;
text-align: center; text-align: end;
} }
paper-input { paper-input {
text-align: right; text-align: end;
} }
`; `;
} }