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