diff --git a/shared/document/plugins/pdf/PDFPages.tsx b/shared/document/plugins/pdf/PDFPages.tsx index eeed74d14f0900eafbc0c139ac1f5df203318c4f..cd594909c459029c8d73b9d16939d41fac3efd2d 100644 --- a/shared/document/plugins/pdf/PDFPages.tsx +++ b/shared/document/plugins/pdf/PDFPages.tsx @@ -15,7 +15,7 @@ const pdfpage = css` flex-direction: column; ` -const document = css` +const documentComponent = css` margin: 0 auto; ` @@ -37,7 +37,7 @@ const PDFPages = () => { return ( <div className={pdfpage}> <Document - className={document} + className={documentComponent} file={currentDocument.fileData} externalLinkTarget='_blank' externalLinkRel='noopener noreferrer'