From 32a2e09a147b3410bde93f6f245c8e3a85887a5a Mon Sep 17 00:00:00 2001 From: Emir Karabeg Date: Thu, 13 Nov 2025 16:31:30 -0800 Subject: [PATCH] fix lint --- apps/sim/components/emcn/components/popover/popover.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/sim/components/emcn/components/popover/popover.tsx b/apps/sim/components/emcn/components/popover/popover.tsx index 4f3f533e75..6e86c54aa3 100644 --- a/apps/sim/components/emcn/components/popover/popover.tsx +++ b/apps/sim/components/emcn/components/popover/popover.tsx @@ -296,7 +296,7 @@ const PopoverContent = React.forwardRef< 'z-[10000001] flex flex-col overflow-auto rounded-[8px] bg-[var(--surface-3)] px-[5.5px] py-[5px] text-foreground outline-none dark:bg-[var(--surface-3)]', // If width is constrained by the caller (prop or style), ensure inner flexible text truncates by default, // and also truncate section headers. - hasUserWidthConstraint && '[&_.flex-1]:truncate [&_[data-popover-section]]:truncate', + hasUserWidthConstraint && '[&_.flex-1]:truncate [&_[data-popover-section]]:truncate' )} style={{ maxHeight: `${maxHeight || 400}px`,