From 69c387ca1db13e3f6370b4441488320f2fb45372 Mon Sep 17 00:00:00 2001 From: Tom Butcher Date: Mon, 24 Nov 2025 03:31:31 +0000 Subject: [PATCH] Update DocumentPrintButton width settings for responsive design across various screen sizes. --- src/components/Dashboard/common/DocumentPrintButton.jsx | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/components/Dashboard/common/DocumentPrintButton.jsx b/src/components/Dashboard/common/DocumentPrintButton.jsx index 0aac8a3..1d78e5d 100644 --- a/src/components/Dashboard/common/DocumentPrintButton.jsx +++ b/src/components/Dashboard/common/DocumentPrintButton.jsx @@ -108,7 +108,14 @@ const DocumentPrintButton = ({ onCancel={() => setNewDocumentJobOpen(false)} footer={null} destroyOnHidden={true} - width={900} + width={{ + xs: '100%', + sm: '100%', + md: '100%', + lg: '90%', + xl: '80%', + xxl: '80%' + }} > {