Skip to content

Commit bddbb77

Browse files
authored
Fix sankey chart resizing (#28180)
1 parent d52e1e8 commit bddbb77

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/chart/ha-sankey-chart.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,7 @@ export class HaSankeyChart extends LitElement {
279279
:host {
280280
display: block;
281281
flex: 1;
282+
max-width: 100%;
282283
background: var(--ha-card-background, var(--card-background-color));
283284
}
284285
ha-chart-base {

0 commit comments

Comments
 (0)