diff --git a/src/components/trace/hat-graph-branch.ts b/src/components/trace/hat-graph-branch.ts index fb36470949..4670f2f5a7 100644 --- a/src/components/trace/hat-graph-branch.ts +++ b/src/components/trace/hat-graph-branch.ts @@ -153,7 +153,7 @@ export class HatGraphBranch extends LitElement { z-index: 1; } ::slotted([slot="head"]) { - margin-bottom: calc(var(--hat-graph-branch-height) / -2px); + margin-bottom: calc(var(--hat-graph-branch-height) / -2); } #lines { position: absolute;