diff --git a/web/src/app/page.tsx b/web/src/app/page.tsx index 571e454..c578dfd 100644 --- a/web/src/app/page.tsx +++ b/web/src/app/page.tsx @@ -891,7 +891,7 @@ function TicketWorkbenchContent() { ) : ( <> {/* Table layout for consistent column alignment */} -
+
{/* Column header */}
- {/* Resize handle: drags the boundary, resizes the column to the LEFT */} + {/* Resize handle: drags the boundary, resizes column to the LEFT */} {idx > 0 && (
handleColumnResize(arr[idx - 1].key, col.key, e)} /> )}