|
@@ -76,7 +76,7 @@ const Logs: FC<ILogsProps> = ({ appDetail }) => {
|
|
|
<div className='flex flex-col h-full'>
|
|
|
<h1 className='text-text-primary system-xl-semibold'>{t('appLog.workflowTitle')}</h1>
|
|
|
<p className='text-text-tertiary system-sm-regular'>{t('appLog.workflowSubtitle')}</p>
|
|
|
- <div className='flex flex-col py-4 flex-1'>
|
|
|
+ <div className='flex flex-col py-4 flex-1 max-h-[calc(100%-16px)]'>
|
|
|
<Filter queryParams={queryParams} setQueryParams={setQueryParams} />
|
|
|
{/* workflow log */}
|
|
|
{total === undefined
|