fix: input chat input wrong padding (#8207)
This commit is contained in:
@@ -129,6 +129,7 @@ const ChatItem: FC<ChatItemProps> = ({
|
||||
questionIcon={<Avatar name={userProfile.name} size={40} />}
|
||||
allToolIcons={allToolIcons}
|
||||
hideLogModal
|
||||
noSpacing
|
||||
/>
|
||||
)
|
||||
}
|
||||
|
||||
@@ -128,6 +128,7 @@ const DebugWithMultipleModel = () => {
|
||||
onSend={handleSend}
|
||||
speechToTextConfig={speechToTextConfig}
|
||||
visionConfig={visionConfig}
|
||||
noSpacing
|
||||
/>
|
||||
</div>
|
||||
)
|
||||
|
||||
@@ -130,6 +130,7 @@ const DebugWithSingleModel = forwardRef<DebugWithSingleModelRefType, DebugWithSi
|
||||
onAnnotationEdited={handleAnnotationEdited}
|
||||
onAnnotationAdded={handleAnnotationAdded}
|
||||
onAnnotationRemoved={handleAnnotationRemoved}
|
||||
noSpacing
|
||||
/>
|
||||
)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user