mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +00:00
Fix automation trace RTL (#14079)
This commit is contained in:
parent
9ea0e3a75f
commit
797718f478
@ -518,6 +518,7 @@ export class HaAutomationTrace extends LitElement {
|
|||||||
height: calc(100% - 56px);
|
height: calc(100% - 56px);
|
||||||
display: flex;
|
display: flex;
|
||||||
background-color: var(--card-background-color);
|
background-color: var(--card-background-color);
|
||||||
|
direction: ltr;
|
||||||
}
|
}
|
||||||
|
|
||||||
:host([narrow]) .main {
|
:host([narrow]) .main {
|
||||||
@ -552,6 +553,10 @@ export class HaAutomationTrace extends LitElement {
|
|||||||
.trace-link {
|
.trace-link {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ha-trace-logbook {
|
||||||
|
direction: var(--direction);
|
||||||
|
}
|
||||||
`,
|
`,
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user