diff --git a/frontend/src/components/common/LogViewer.tsx b/frontend/src/components/common/LogViewer.tsx index 6d623529f9..c7ccb97a2f 100644 --- a/frontend/src/components/common/LogViewer.tsx +++ b/frontend/src/components/common/LogViewer.tsx @@ -129,7 +129,17 @@ export function LogViewer(props: LogViewerProps) { } return ( - + { + setTimeout(() => { + fitAddonRef.current!.fit(); + }, 1); + }} + withFullScreen + onClose={onClose} + {...other} + > ({ height: '80%',