diff --git a/apps/desktop/src/components/right-panel/components/chat/chat-input.tsx b/apps/desktop/src/components/right-panel/components/chat/chat-input.tsx index 0f15a02210..cc6e1b1370 100644 --- a/apps/desktop/src/components/right-panel/components/chat/chat-input.tsx +++ b/apps/desktop/src/components/right-panel/components/chat/chat-input.tsx @@ -264,8 +264,7 @@ export function ChatInput( .chat-editor .tiptap-normal { padding: 12px 40px 12px 12px !important; min-height: 50px !important; - max-height: 50px !important; - overflow-y: auto !important; + max-height: 80px!important; font-size: 14px !important; line-height: 1.5 !important; } @@ -283,7 +282,7 @@ export function ChatInput( } .chat-editor .tiptap-normal p { margin: 0 !important; - display: inline !important; + display: block !important; } .chat-editor .mention { color: #3b82f6 !important; @@ -323,7 +322,8 @@ export function ChatInput( `} -