From c42f0420d3acf849fe2ff00e75ea7f554a185d39 Mon Sep 17 00:00:00 2001 From: Justin Middler Date: Thu, 30 Jul 2026 15:50:45 +1000 Subject: [PATCH] fix(web): lift the one sentence the type sweep missed MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The empty task drawer landed after the typography pass, so its instruction was still 12px. Counts, column headers, timestamps, and the output hash stay at 12px deliberately — they are metadata. Co-Authored-By: Claude Opus 5 (1M context) --- apps/web/features/operations/operations-view.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/features/operations/operations-view.tsx b/apps/web/features/operations/operations-view.tsx index 7112a35..8d9cd25 100644 --- a/apps/web/features/operations/operations-view.tsx +++ b/apps/web/features/operations/operations-view.tsx @@ -499,7 +499,7 @@ function DetailDrawer({ item }: { item: BoardItem | null }) { if (!item) { return ( -