* RTL fixes

* Additional update

* Fixed comments
This commit is contained in:
Yosi Levy
2024-02-28 12:26:18 +02:00
committed by GitHub
parent 3afc218adc
commit 0892ed18e5
7 changed files with 21 additions and 2 deletions

View File

@@ -273,9 +273,13 @@ export class HaControlNumberButton extends LitElement {
}
.button.minus {
left: 0;
inset-inline-start: 0;
inset-inline-end: initial;
}
.button.plus {
right: 0;
inset-inline-start: initial;
inset-inline-end: 0;
}
.unit {
white-space: pre;