mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-30 20:56:36 +00:00
Force LTR on error popup in dev-info panel (#2834)
This commit is contained in:
parent
b7f62c5822
commit
b764e87a00
@ -64,7 +64,14 @@ class DialogSystemLogDetail extends LitElement {
|
|||||||
}
|
}
|
||||||
|
|
||||||
static get styles(): CSSResult[] {
|
static get styles(): CSSResult[] {
|
||||||
return [haStyleDialog, css``];
|
return [
|
||||||
|
haStyleDialog,
|
||||||
|
css`
|
||||||
|
paper-dialog {
|
||||||
|
direction: ltr;
|
||||||
|
}
|
||||||
|
`,
|
||||||
|
];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user