fix: increase max width of tab panel

This commit is contained in:
amhsirak
2025-10-22 13:44:34 +05:30
parent f6b781e452
commit dda96bbfc1

View File

@@ -614,7 +614,7 @@ export const RunContent = ({ row, currentLog, interpretationInProgress, logEndRe
return (
<Box sx={{ width: '100%' }}>
<TabContext value={tab}>
<TabPanel value='output' sx={{ width: '100%', maxWidth: '900px' }}>
<TabPanel value='output' sx={{ width: '100%', maxWidth: '1000px' }}>
{row.status === 'running' || row.status === 'queued' ? (
<Box sx={{ display: 'flex', alignItems: 'center' }}>
<CircularProgress size={22} sx={{ marginRight: '10px' }} />