From 2278d96d5a0fd3da0f2e327ec97f3286018962e2 Mon Sep 17 00:00:00 2001 From: dotta Date: Sun, 5 Apr 2026 07:46:40 -0500 Subject: [PATCH] Fix execution workspace page overflow on mobile - Add overflow-hidden to the outer container to prevent horizontal scroll - Add min-w-0 to grid children so long monospace content in inputs respects container width instead of expanding it - Truncate the workspace name heading for long names - Add min-w-0 to the header name container Co-Authored-By: Paperclip --- ui/src/pages/ExecutionWorkspaceDetail.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ui/src/pages/ExecutionWorkspaceDetail.tsx b/ui/src/pages/ExecutionWorkspaceDetail.tsx index b166e432..e5445890 100644 --- a/ui/src/pages/ExecutionWorkspaceDetail.tsx +++ b/ui/src/pages/ExecutionWorkspaceDetail.tsx @@ -378,7 +378,7 @@ export function ExecutionWorkspaceDetail() { return ( <> -
+
-
+
-
+
Execution workspace
-

{workspace.name}

+

{workspace.name}

Configure the concrete runtime workspace that Paperclip reuses for this issue flow. These settings stay @@ -595,7 +595,7 @@ export function ExecutionWorkspaceDetail() {

-
+
Linked objects