Update DocumentPrintButton width settings for responsive design across various screen sizes.
This commit is contained in:
parent
ecf73c13c0
commit
69c387ca1d
@ -108,7 +108,14 @@ const DocumentPrintButton = ({
|
|||||||
onCancel={() => setNewDocumentJobOpen(false)}
|
onCancel={() => setNewDocumentJobOpen(false)}
|
||||||
footer={null}
|
footer={null}
|
||||||
destroyOnHidden={true}
|
destroyOnHidden={true}
|
||||||
width={900}
|
width={{
|
||||||
|
xs: '100%',
|
||||||
|
sm: '100%',
|
||||||
|
md: '100%',
|
||||||
|
lg: '90%',
|
||||||
|
xl: '80%',
|
||||||
|
xxl: '80%'
|
||||||
|
}}
|
||||||
>
|
>
|
||||||
<NewDocumentJob
|
<NewDocumentJob
|
||||||
onOk={() => {
|
onOk={() => {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user