feat: remove max-w-

This commit is contained in:
Henry Li
2026-01-15 23:47:28 +08:00
parent cecc684de1
commit d45f48adde

View File

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