diff --git a/src/components/trace/hat-graph-node.ts b/src/components/trace/hat-graph-node.ts index a084bbed6c..c55b03e20e 100644 --- a/src/components/trace/hat-graph-node.ts +++ b/src/components/trace/hat-graph-node.ts @@ -125,10 +125,6 @@ export class HatGraphNode extends LitElement { :host([notEnabled]:hover) circle { --stroke-clr: var(--disabled-hover-clr); } - svg { - width: 100%; - height: 100%; - } circle, path.connector { stroke: var(--stroke-clr);