diff --git a/web/src/app/page.tsx b/web/src/app/page.tsx index 8264733..dd0e0ab 100644 --- a/web/src/app/page.tsx +++ b/web/src/app/page.tsx @@ -896,13 +896,13 @@ function TicketWorkbenchContent() { className="relative border-r border-border/60 px-3 align-middle last:border-r-0" style={{ display: "table-cell", width: col.key === "subject" ? undefined : col.width }} > +
handleColumnResize(col.key, e)} + /> {col.label} -
handleColumnResize(col.key, e)} - />
))}