mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-23 09:16:38 +00:00
Fix for RTL (#18509)
This commit is contained in:
parent
9e4bb6ed0c
commit
e09a6a23fc
@ -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;
|
||||||
|
@ -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%;
|
||||||
|
@ -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;
|
||||||
}
|
}
|
||||||
`,
|
`,
|
||||||
];
|
];
|
||||||
|
@ -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;
|
||||||
}
|
}
|
||||||
`,
|
`,
|
||||||
];
|
];
|
||||||
|
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user