diff --git a/components/app-shell.tsx b/components/app-shell.tsx index 4bc2f52..e35fa88 100644 --- a/components/app-shell.tsx +++ b/components/app-shell.tsx @@ -25,7 +25,7 @@ export function AppShell({ return (
OpenClaw Taskboard @@ -40,8 +40,8 @@ export function AppShell({
+ Columns keep a readable width and scroll horizontally when the viewport is narrower than the full board. +
+{task.description || "No description"}
++ {task.description || "No description"} +
Latest Result
{task.result_summary}
{task.result_detail ? ( -{task.result_detail}
+{task.result_detail}
) : null}