From d944697f9c5ba9e4e6291e8585812dcc535fb9a0 Mon Sep 17 00:00:00 2001 From: Tom Butcher Date: Sat, 22 Aug 2026 13:19:57 +0100 Subject: [PATCH] Update NewDocumentJob Component for Improved TemplatePreview Layout - Adjusted the sidebar div in the NewDocumentJob component to use a calculated height for better responsiveness. - Ensured the sidebar maintains a minimum width, enhancing the overall layout and user experience of the TemplatePreview. --- .../Dashboard/Management/DocumentJobs/NewDocumentJob.jsx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/components/Dashboard/Management/DocumentJobs/NewDocumentJob.jsx b/src/components/Dashboard/Management/DocumentJobs/NewDocumentJob.jsx index bf783c80..9325a99e 100644 --- a/src/components/Dashboard/Management/DocumentJobs/NewDocumentJob.jsx +++ b/src/components/Dashboard/Management/DocumentJobs/NewDocumentJob.jsx @@ -57,7 +57,13 @@ const NewDocumentJob = ({ onOk, defaultValues = {} }) => { disabled={downloading} sideBarGrow={true} sideBar={ -
+