diff --git a/web/src/app/page.tsx b/web/src/app/page.tsx index 6e6134b..571e454 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 */}
c.visible).map((col) => { const cellStyle = { display: "table-cell" as const, - width: col.key === "subject" ? undefined : col.width, + width: col.width, verticalAlign: "middle" as const, padding: density === "compact" ? "4px 12px" : "8px 12px", };