diff --git a/web/src/components/table/task-logs/modals/ContentModal.jsx b/web/src/components/table/task-logs/modals/ContentModal.jsx index 9dc5427c8..88df4d8ce 100644 --- a/web/src/components/table/task-logs/modals/ContentModal.jsx +++ b/web/src/components/table/task-logs/modals/ContentModal.jsx @@ -120,7 +120,7 @@ const ContentModal = ({ } return ( -
+
{isLoading && (
setIsModalOpen(false)} closable={null} bodyStyle={{ - height: isVideo ? '450px' : '400px', + height: isVideo ? '70vh' : '400px', + maxHeight: '80vh', overflow: 'auto', padding: isVideo && videoError ? '0' : '24px', }} - width={800} + width={isVideo ? '90vw' : 800} + style={isVideo ? { maxWidth: 960 } : undefined} > {isVideo ? ( renderVideoContent()