fix: pdf table header alignment issue (#2259)

* fix: pdf table header alignment issue
* cleanup

---------

Co-authored-by: Philipinho <16838612+Philipinho@users.noreply.github.com>
This commit is contained in:
Mayank-2-16
2026-06-17 19:02:48 +05:30
committed by GitHub
parent 2ff8720832
commit 1867aa8bf6
3 changed files with 17 additions and 5 deletions
@@ -58,6 +58,7 @@ export default function PdfRenderPage() {
title={data.title}
content={data.content}
pageId={data.pageId}
printMode
/>
</Container>
);