Skip to content

Commit 6933b59

Browse files
committed
fix style of answer
1 parent 30509d9 commit 6933b59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/chat/answer/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ const Answer: FC<IAnswerProps> = ({
177177
</div>
178178
<div className={`${s.answerWrap}`}>
179179
<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'}>
180+
<div className={`ml-2 py-3 px-4 bg-gray-100 rounded-tr-2xl rounded-b-2xl ${workflowProcess && 'min-w-[480px]'}`}>
181181
{workflowProcess && (
182182
<WorkflowProcess data={workflowProcess} hideInfo />
183183
)}

0 commit comments

Comments
 (0)