Initial commit (#2833)

This commit is contained in:
Paulus Schoutsen 2019-02-23 20:43:18 -08:00 committed by GitHub
commit 220fec6dc9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;
} }
`; `;
} }