From b83a2a219f88326a5f0052bbb39e6869293c55fb Mon Sep 17 00:00:00 2001 From: michael Date: Tue, 27 Jan 2026 15:21:24 -0600 Subject: [PATCH] Adjust status pill padding: 0 top, 13px bottom Co-Authored-By: Claude Opus 4.5 --- frontend/components/PDFReport.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/components/PDFReport.tsx b/frontend/components/PDFReport.tsx index dab9652..df8023f 100755 --- a/frontend/components/PDFReport.tsx +++ b/frontend/components/PDFReport.tsx @@ -75,7 +75,7 @@ const RagStatusBadge: React.FC<{ status: RagStatus }> = ({ status }) => { } return ( - + {status} );