mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-21 16:26:43 +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;
|
||||
letter-spacing: -0.25px;
|
||||
margin: 0;
|
||||
direction: ltr;
|
||||
}
|
||||
.temperature span {
|
||||
display: inline-flex;
|
||||
|
@ -434,6 +434,7 @@ class MoreInfoClimate extends LitElement {
|
||||
font-size: 22px;
|
||||
font-weight: 500;
|
||||
line-height: 28px;
|
||||
direction: ltr;
|
||||
}
|
||||
ha-select {
|
||||
width: 100%;
|
||||
|
@ -250,6 +250,7 @@ class MoreInfoHumidifier extends LitElement {
|
||||
font-size: 22px;
|
||||
font-weight: 500;
|
||||
line-height: 28px;
|
||||
direction: ltr;
|
||||
}
|
||||
`,
|
||||
];
|
||||
|
@ -243,6 +243,7 @@ class MoreInfoWaterHeater extends LitElement {
|
||||
font-size: 22px;
|
||||
font-weight: 500;
|
||||
line-height: 28px;
|
||||
direction: ltr;
|
||||
}
|
||||
`,
|
||||
];
|
||||
|
@ -356,6 +356,7 @@ class MoreInfoWeather extends LitElement {
|
||||
.templow {
|
||||
min-width: 48px;
|
||||
text-align: right;
|
||||
direction: ltr;
|
||||
}
|
||||
|
||||
.templow {
|
||||
|
Loading…
x
Reference in New Issue
Block a user