Skip to content

Commit 32a2e09

Browse files
committed
fix lint
1 parent 80eaeb0 commit 32a2e09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/sim/components/emcn/components/popover/popover.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ const PopoverContent = React.forwardRef<
296296
'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)]',
297297
// If width is constrained by the caller (prop or style), ensure inner flexible text truncates by default,
298298
// and also truncate section headers.
299-
hasUserWidthConstraint && '[&_.flex-1]:truncate [&_[data-popover-section]]:truncate',
299+
hasUserWidthConstraint && '[&_.flex-1]:truncate [&_[data-popover-section]]:truncate'
300300
)}
301301
style={{
302302
maxHeight: `${maxHeight || 400}px`,

0 commit comments

Comments
 (0)