diff --git a/web/app/(app)/patching/runs/[runId]/page.tsx b/web/app/(app)/patching/runs/[runId]/page.tsx index b8fa282..4e20d7d 100644 --- a/web/app/(app)/patching/runs/[runId]/page.tsx +++ b/web/app/(app)/patching/runs/[runId]/page.tsx @@ -50,7 +50,13 @@ function ServerRow({ s }: { s: PatchServerRun }) { {open && s.output && (
{s.output}
+ {/*
+ * Wrap rather than scroll sideways: a pre sizes its table
+ * cell to its longest line, so one long apt or dnf line
+ * widened the whole table. overflow-wrap:anywhere also
+ * breaks a single unbroken token such as a mirror URL.
+ */}
+ {s.output}