Skip to content

Commit

Permalink
Fix for RTL (#18509)
Browse files Browse the repository at this point in the history
  • Loading branch information
tzagim authored Nov 6, 2023
1 parent 9e4bb6e commit e09a6a2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
1 change: 1 addition & 0 deletions src/dialogs/more-info/controls/more-info-climate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,7 @@ class MoreInfoClimate extends LitElement {
font-size: 22px;
font-weight: 500;
line-height: 28px;
direction: ltr;
}
ha-select {
width: 100%;
Expand Down
1 change: 1 addition & 0 deletions src/dialogs/more-info/controls/more-info-humidifier.ts
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@ class MoreInfoHumidifier extends LitElement {
font-size: 22px;
font-weight: 500;
line-height: 28px;
direction: ltr;
}
`,
];
Expand Down
1 change: 1 addition & 0 deletions src/dialogs/more-info/controls/more-info-water_heater.ts
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ class MoreInfoWaterHeater extends LitElement {
font-size: 22px;
font-weight: 500;
line-height: 28px;
direction: ltr;
}
`,
];
Expand Down
1 change: 1 addition & 0 deletions src/dialogs/more-info/controls/more-info-weather.ts
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,7 @@ class MoreInfoWeather extends LitElement {
.templow {
min-width: 48px;
text-align: right;
direction: ltr;
}
.templow {
Expand Down

0 comments on commit e09a6a2

Please sign in to comment.