From 984e51394d627b3c23ebb87a08be9228c09f912f Mon Sep 17 00:00:00 2001 From: Replit Agent Date: Thu, 9 Jul 2026 10:52:06 +0000 Subject: [PATCH] Task #751: remove remaining gap between sticky header and table MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Root cause: Tailwind v4 space-y-* applies margin-block-end on :not(:last-child) children (verified in tailwindcss 4.2.1 dist), so #749's !mt-0 on the table wrapper had no effect — the 1rem gap came from margin-bottom on the floating header itself. - executive-meetings.tsx: added !mb-0 to em-sticky-thead div; kept !mt-0 on the wrapper as a harmless safeguard. - Header (border-t/x, no bottom) now sits flush on the table's border-2 top → single 2px seam. Sticky/translateX/print untouched. - tx-os tsc clean; architect review passed. --- artifacts/tx-os/src/pages/executive-meetings.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artifacts/tx-os/src/pages/executive-meetings.tsx b/artifacts/tx-os/src/pages/executive-meetings.tsx index 63f1d343..1de0f48f 100644 --- a/artifacts/tx-os/src/pages/executive-meetings.tsx +++ b/artifacts/tx-os/src/pages/executive-meetings.tsx @@ -3169,7 +3169,7 @@ function ScheduleSection({ paginated output. */}