Logger: maximized

This commit is contained in:
Enrico Ros
2025-04-16 17:45:58 -07:00
parent 69e7dc7481
commit 49cf263408
@@ -159,7 +159,7 @@ export function LogViewerDialog(props: {
<Typography level='body-lg'>No logs to display</Typography>
</Box>
) : (
<Box sx={{ maxHeight: '50vh', overflow: 'auto', my: 1 }}>
<Box sx={{ minHeight: '12rem', maxHeight: 'calc(100vh - 18rem)', overflow: 'auto', my: 1 }}>
<Table
size='sm'
variant='outlined'