We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80eaeb0 commit 32a2e09Copy full SHA for 32a2e09
apps/sim/components/emcn/components/popover/popover.tsx
@@ -296,7 +296,7 @@ const PopoverContent = React.forwardRef<
296
'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)]',
297
// If width is constrained by the caller (prop or style), ensure inner flexible text truncates by default,
298
// and also truncate section headers.
299
- hasUserWidthConstraint && '[&_.flex-1]:truncate [&_[data-popover-section]]:truncate',
+ hasUserWidthConstraint && '[&_.flex-1]:truncate [&_[data-popover-section]]:truncate'
300
)}
301
style={{
302
maxHeight: `${maxHeight || 400}px`,
0 commit comments