Fix for RTL (#18509)

This commit is contained in:
tzagim 2023-11-06 11:02:44 +02:00 committed by GitHub
parent 9e4bb6ed0c
commit e09a6a23fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 0 deletions

View File

@ -415,6 +415,7 @@ export class HaMoreInfoClimateTemperature extends LitElement {
line-height: 64px; line-height: 64px;
letter-spacing: -0.25px; letter-spacing: -0.25px;
margin: 0; margin: 0;
direction: ltr;
} }
.temperature span { .temperature span {
display: inline-flex; display: inline-flex;

View File

@ -434,6 +434,7 @@ class MoreInfoClimate extends LitElement {
font-size: 22px; font-size: 22px;
font-weight: 500; font-weight: 500;
line-height: 28px; line-height: 28px;
direction: ltr;
} }
ha-select { ha-select {
width: 100%; width: 100%;

View File

@ -250,6 +250,7 @@ class MoreInfoHumidifier extends LitElement {
font-size: 22px; font-size: 22px;
font-weight: 500; font-weight: 500;
line-height: 28px; line-height: 28px;
direction: ltr;
} }
`, `,
]; ];

View File

@ -243,6 +243,7 @@ class MoreInfoWaterHeater extends LitElement {
font-size: 22px; font-size: 22px;
font-weight: 500; font-weight: 500;
line-height: 28px; line-height: 28px;
direction: ltr;
} }
`, `,
]; ];

View File

@ -356,6 +356,7 @@ class MoreInfoWeather extends LitElement {
.templow { .templow {
min-width: 48px; min-width: 48px;
text-align: right; text-align: right;
direction: ltr;
} }
.templow { .templow {