We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30509d9 commit 6933b59Copy full SHA for 6933b59
app/components/chat/answer/index.tsx
@@ -177,7 +177,7 @@ const Answer: FC<IAnswerProps> = ({
177
</div>
178
<div className={`${s.answerWrap}`}>
179
<div className={`${s.answer} relative text-sm text-gray-900`}>
180
- <div className={'ml-2 py-3 px-4 bg-gray-100 rounded-tr-2xl rounded-b-2xl'}>
+ <div className={`ml-2 py-3 px-4 bg-gray-100 rounded-tr-2xl rounded-b-2xl ${workflowProcess && 'min-w-[480px]'}`}>
181
{workflowProcess && (
182
<WorkflowProcess data={workflowProcess} hideInfo />
183
)}
0 commit comments