fix: machine build height
This commit is contained in:
@@ -66,7 +66,7 @@ export function MachineBuildLog({
|
||||
return (
|
||||
<div>
|
||||
{connectionStatus}
|
||||
<LogsViewer logs={logs} hideTimestamp />
|
||||
<LogsViewer logs={logs} className="h-full max-h-[600px]" />
|
||||
|
||||
<AlertDialog open={finished}>
|
||||
<AlertDialogContent>
|
||||
|
||||
Reference in New Issue
Block a user