Unverified Commit 88a69660 authored by Yeuoly's avatar Yeuoly

fix: align

parent df251183
......@@ -156,7 +156,7 @@ const ChatInput: FC<ChatInputProps> = ({
<Textarea
className={`
block w-full px-2 pr-[118px] py-[7px] leading-5 max-h-none text-sm text-gray-700 outline-none appearance-none resize-none
${visionConfig?.enabled && 'pl-12'}
${(visionConfig?.enabled || isAgent) && 'pl-12'}
`}
value={query}
onChange={handleContentChange}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment