We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b154fb4 commit 62553cdCopy full SHA for 62553cd
1 file changed
apps/web/src/components/chat/MessagesTimeline.tsx
@@ -554,7 +554,7 @@ const WorkGroupSection = memo(function WorkGroupSection({
554
</p>
555
{hasOverflow && (
556
<CollapsibleTrigger
557
- className="cursor-pointer text-[9px] uppercase tracking-[0.12em] text-muted-foreground/55 transition-colors duration-150 hover:text-foreground/75"
+ className="text-[9px] uppercase tracking-[0.12em] text-muted-foreground/55 transition-colors duration-150 hover:text-foreground/75"
558
data-scroll-anchor-ignore
559
>
560
{isExpanded ? "Show less" : `Show ${overflowEntries.length} more`}
0 commit comments