fix: machine build height

This commit is contained in:
bennykok
2024-01-31 21:41:04 +08:00
parent c4628f6e4c
commit 488d2aee8c
3 changed files with 12 additions and 4 deletions
+1 -1
View File
@@ -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>