Fix price units for gas (#13824)

This commit is contained in:
Bram Kragten
2022-09-21 11:16:19 +02:00
committed by GitHub
parent 82a641a200
commit 56c78ae108
11 changed files with 79 additions and 54 deletions

View File

@@ -82,6 +82,13 @@ export class HaTextField extends TextFieldBase {
direction: var(--direction);
}
.mdc-floating-label:not(.mdc-floating-label--float-above) {
text-overflow: ellipsis;
width: inherit;
padding-right: 30px;
box-sizing: border-box;
}
input {
text-align: var(--text-field-text-align, start);
}