From c7307ec71344b0dea57666e421ecc45bb6ef589d Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Wed, 22 Jun 2022 12:35:37 -0700 Subject: [PATCH] Force the height of the primary layout content space This is needed so the PDF container gets a size set on it, because it can't expand content to fit its size. --- packages/web/components/templates/PrimaryLayout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/web/components/templates/PrimaryLayout.tsx b/packages/web/components/templates/PrimaryLayout.tsx index 88fc900e8..30b652ea3 100644 --- a/packages/web/components/templates/PrimaryLayout.tsx +++ b/packages/web/components/templates/PrimaryLayout.tsx @@ -82,8 +82,8 @@ export function PrimaryLayout(props: PrimaryLayoutProps): JSX.Element { />