Fix automation trace RTL (#14079)

This commit is contained in:
Yosi Levy 2022-10-13 12:26:19 +03:00 committed by GitHub
parent 9ea0e3a75f
commit 797718f478
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -518,6 +518,7 @@ export class HaAutomationTrace extends LitElement {
height: calc(100% - 56px);
display: flex;
background-color: var(--card-background-color);
direction: ltr;
}
:host([narrow]) .main {
@ -552,6 +553,10 @@ export class HaAutomationTrace extends LitElement {
.trace-link {
text-decoration: none;
}
ha-trace-logbook {
direction: var(--direction);
}
`,
];
}