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%' + }} > {