mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-09 10:59:50 +00:00
Energy panel/cards - RTL fixes (#13171)
This commit is contained in:
@@ -156,7 +156,7 @@ class HuiGenericEntityRow extends LitElement {
|
||||
: html``}
|
||||
${this.catchInteraction ?? !DOMAINS_INPUT_ROW.includes(domain)
|
||||
? html`<div
|
||||
class="text-content ${classMap({
|
||||
class="text-content value ${classMap({
|
||||
pointer,
|
||||
})}"
|
||||
@action=${this._handleAction}
|
||||
@@ -236,6 +236,9 @@ class HuiGenericEntityRow extends LitElement {
|
||||
.state.rtl {
|
||||
text-align: left;
|
||||
}
|
||||
.value {
|
||||
direction: ltr;
|
||||
}
|
||||
`;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user