Skip to content

Commit 09afe14

Browse files
committed
fix(chat): add missing top padding to ThinkingBlock content area
1 parent 23dc5b1 commit 09afe14

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/ui/src/chat/thinking-block.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ function ThinkingBlock({
9393
<div
9494
ref={contentRef}
9595
onScroll={handleScroll}
96-
className="px-3 pb-3 text-[12px] text-foreground-muted leading-relaxed border-t border-primary/10 max-h-64 overflow-y-auto"
96+
className="px-3 py-3 text-[12px] text-foreground-muted leading-relaxed border-t border-primary/10 max-h-64 overflow-y-auto"
9797
>
9898
{children}
9999
</div>

0 commit comments

Comments
 (0)