From c76be68d3bf9e5d11e3cf8fde78a7a9dc15b26b6 Mon Sep 17 00:00:00 2001 From: Waleed Latif Date: Tue, 19 May 2026 16:19:16 -0700 Subject: [PATCH] fix(workflow-search): unclip block-name highlight shadow on the left The editor title h2 uses truncate (overflow:hidden) so the search highlight's -3px box-shadow was getting clipped on the left, exposing the mark's sharp edge. Replaces overflow:hidden with overflow:clip plus a 3px overflow-clip-margin so the shadow can bleed past the clip boundary without shifting the title text or breaking truncation. Co-Authored-By: Claude Opus 4.7 --- .../[workflowId]/components/panel/components/editor/editor.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/panel/components/editor/editor.tsx b/apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/panel/components/editor/editor.tsx index 2c531a80a8..c1c24af617 100644 --- a/apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/panel/components/editor/editor.tsx +++ b/apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/panel/components/editor/editor.tsx @@ -397,7 +397,7 @@ export function Editor() { /> ) : (

{