feat: rm left space

This commit is contained in:
Rohit
2025-04-30 21:05:05 +05:30
parent 02a150d135
commit b83fcb27f0

View File

@@ -282,7 +282,7 @@ export const RunContent = ({ row, currentLog, interpretationInProgress, logEndRe
id={`${title.toLowerCase()}-header`} id={`${title.toLowerCase()}-header`}
> >
<Box sx={{ display: 'flex', alignItems: 'center' }}> <Box sx={{ display: 'flex', alignItems: 'center' }}>
<Typography variant='h6' sx={{ ml: 2 }}> <Typography variant='h6'>
{title} {title}
</Typography> </Typography>
</Box> </Box>