From 2682a551482c288f25a7e71a81743a6dfde8693d Mon Sep 17 00:00:00 2001 From: Arno Date: Thu, 14 Dec 2023 11:53:53 +0100 Subject: [PATCH] Fixing issue #10581 Automation Debug Trace Graph not displaying right in Safari (#19036) --- src/components/trace/hat-graph-node.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/components/trace/hat-graph-node.ts b/src/components/trace/hat-graph-node.ts index a084bbed6c15..c55b03e20e29 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);