fix: running line

This commit is contained in:
StyleZhang
2024-03-21 16:12:38 +08:00
parent 8e0d8fdb3f
commit e366e12be0
3 changed files with 21 additions and 13 deletions

View File

@ -11,7 +11,7 @@ const Node: FC<NodeProps<AnswerNodeType>> = ({
const { t } = useTranslation()
return (
<div className='px-3'>
<div className='mb-1 px-3 py-1'>
<InfoPanel title={t('workflow.nodes.answer.answer')} content={data.answer} />
</div>
)