From 7ee76538aead169bdc500d9f658480c869d0394f Mon Sep 17 00:00:00 2001 From: Petar Petrov Date: Mon, 23 Mar 2026 10:53:33 +0100 Subject: [PATCH] Fix trace tree left side unreachable on mobile (#30277) --- src/components/trace/hat-script-graph.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/trace/hat-script-graph.ts b/src/components/trace/hat-script-graph.ts index 0247bbc8f0..7917ca2a5c 100644 --- a/src/components/trace/hat-script-graph.ts +++ b/src/components/trace/hat-script-graph.ts @@ -761,6 +761,7 @@ export class HatScriptGraph extends LitElement { display: flex; flex-direction: column; align-items: center; + min-width: fit-content; } .actions { display: flex;