mirror of
https://github.com/home-assistant/frontend.git
synced 2025-12-06 16:17:19 +00:00
Fix sankey chart resizing (#28180)
This commit is contained in:
@@ -279,6 +279,7 @@ export class HaSankeyChart extends LitElement {
|
||||
:host {
|
||||
display: block;
|
||||
flex: 1;
|
||||
max-width: 100%;
|
||||
background: var(--ha-card-background, var(--card-background-color));
|
||||
}
|
||||
ha-chart-base {
|
||||
|
||||
Reference in New Issue
Block a user