fix: adjust spacing in ViewHistory and Panel components (#17766)

This commit is contained in:
Wu Tianwei
2025-04-10 15:53:50 +08:00
committed by GitHub
parent d0d02be711
commit 29720b7360
2 changed files with 2 additions and 2 deletions

View File

@@ -199,7 +199,7 @@ const ViewHistory = ({
item.id === historyWorkflowData?.id && 'text-primary-600',
)}
>
{`Test ${isChatMode ? 'Chat' : 'Run'}#${item.sequence_number}`}
{`Test ${isChatMode ? 'Chat' : 'Run'} #${item.sequence_number}`}
</div>
<div className='flex items-center text-xs leading-[18px] text-gray-500'>
{item.created_by_account?.name} · {formatTimeFromNow((item.finished_at || item.created_at) * 1000)}