mirror of
https://gitee.com/wanwujie/deer-flow
synced 2026-04-28 16:24:47 +08:00
feat: remove max-w-
This commit is contained in:
@@ -64,10 +64,7 @@ export const ChainOfThought = memo(
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<ChainOfThoughtContext.Provider value={chainOfThoughtContext}>
|
<ChainOfThoughtContext.Provider value={chainOfThoughtContext}>
|
||||||
<div
|
<div className={cn("not-prose space-y-4", className)} {...props}>
|
||||||
className={cn("not-prose max-w-prose space-y-4", className)}
|
|
||||||
{...props}
|
|
||||||
>
|
|
||||||
{children}
|
{children}
|
||||||
</div>
|
</div>
|
||||||
</ChainOfThoughtContext.Provider>
|
</ChainOfThoughtContext.Provider>
|
||||||
|
|||||||
Reference in New Issue
Block a user