Skip to content

Commit 87b10d0

Browse files
authored
Fix right-to-left (#192)
1 parent f172a5e commit 87b10d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/plotly-graph-card.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ export class PlotlyGraph extends HTMLElement {
7272
background: transparent;
7373
width: 100%;
7474
height: calc(100% - 5px);
75+
direction: ltr;
7576
}
7677
ha-card > #plotly{
7778
width: 100px;

0 commit comments

Comments
 (0)