mirror of
https://gitee.com/wanwujie/deer-flow
synced 2026-04-15 11:04:44 +08:00
FIX/Adapt message box to handle long text in frontend (#466)
* fix:ui * fix:ui bug --------- Co-authored-by: Willem Jiang <willem.jiang@gmail.com>
This commit is contained in:
@@ -185,7 +185,7 @@ const MessageInput = forwardRef<MessageInputRef, MessageInputProps>(
|
||||
<EditorContent
|
||||
immediatelyRender={false}
|
||||
extensions={extensions}
|
||||
className="border-muted h-full w-full overflow-auto"
|
||||
className="border-muted h-full w-full overflow-auto break-words"
|
||||
editorProps={{
|
||||
attributes: {
|
||||
class:
|
||||
|
||||
Reference in New Issue
Block a user