fix: input chat input wrong padding (#8207)

This commit is contained in:
Joel
2024-09-10 17:01:32 +08:00
committed by GitHub
parent 2cf1187b32
commit d1605952b0
6 changed files with 13 additions and 3 deletions

View File

@@ -118,6 +118,7 @@ const ChatWrapper = forwardRef<ChatWrapperRefType, ChatWrapperProps>(({ showConv
}
</>
)}
noSpacing
suggestedQuestions={suggestedQuestions}
showPromptLog
chatAnswerContainerInner='!pr-2'