diff --git a/packages/ui/src/components/chat/message/parts/ProgressiveGroup.tsx b/packages/ui/src/components/chat/message/parts/ProgressiveGroup.tsx index dfb61cf7..908cef55 100644 --- a/packages/ui/src/components/chat/message/parts/ProgressiveGroup.tsx +++ b/packages/ui/src/components/chat/message/parts/ProgressiveGroup.tsx @@ -943,7 +943,7 @@ const ProgressiveGroup: React.FC = ({ if (!showHeader) { return ( -
{renderedRows}
+
{renderedRows}
); } @@ -986,7 +986,10 @@ const ProgressiveGroup: React.FC = ({ +{previewHiddenCount} more... ) : null} -
{renderedRows}
+ {/* No gap between rows: each row carries its own padding, and + the live timeline stacks the same rows with nothing between + them, so the sorted view keeps the identical rhythm. */} +
{renderedRows}
) : null}