|
@@ -17,7 +17,7 @@ const PagePresentationModal = () => {
|
|
|
isOpen={presentationData.isOpened}
|
|
isOpen={presentationData.isOpened}
|
|
|
toggle={closePresentationModal}
|
|
toggle={closePresentationModal}
|
|
|
data-testid="page-presentation-modal"
|
|
data-testid="page-presentation-modal"
|
|
|
- className={`grw-presentation-modal ${styles['grw-presentation-modal']}`}
|
|
|
|
|
|
|
+ className={`grw-presentation-modal ${styles['grw-presentation-modal']} grw-presentation-modal-expanded`}
|
|
|
unmountOnClose={false}
|
|
unmountOnClose={false}
|
|
|
>
|
|
>
|
|
|
<ModalBody className="modal-body">
|
|
<ModalBody className="modal-body">
|