mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +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);
|
||||
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);
|
||||
}
|
||||
`,
|
||||
];
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user