1 parent 23dc5b1 commit 09afe14Copy full SHA for 09afe14
1 file changed
packages/ui/src/chat/thinking-block.tsx
@@ -93,7 +93,7 @@ function ThinkingBlock({
93
<div
94
ref={contentRef}
95
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"
+ className="px-3 py-3 text-[12px] text-foreground-muted leading-relaxed border-t border-primary/10 max-h-64 overflow-y-auto"
97
>
98
{children}
99
</div>
0 commit comments