feat: adjust message group layout

This commit is contained in:
Henry Li
2026-01-15 23:56:42 +08:00
parent 00ad4206c4
commit 61499624a0
2 changed files with 4 additions and 4 deletions

View File

@@ -64,7 +64,7 @@ export const ChainOfThought = memo(
return (
<ChainOfThoughtContext.Provider value={chainOfThoughtContext}>
<div className={cn("not-prose space-y-4", className)} {...props}>
<div className={cn("not-prose", className)} {...props}>
{children}
</div>
</ChainOfThoughtContext.Provider>