mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-04-25 11:18:22 +00:00
feat: remove max-w-
This commit is contained in:
parent
9f2b94ed52
commit
c3cb4c348d
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user