feat: adjust preview size

This commit is contained in:
Ahmad Abdolsaheb
2021-11-19 16:59:38 +03:00
parent fda650bea4
commit fbcd160a49
2 changed files with 3 additions and 2 deletions

View File

@ -1,3 +1,3 @@
.project-preview-modal { /* .project-preview-modal {
min-width: 70%; min-width: 70%;
} } */

View File

@ -53,6 +53,7 @@ export function ProjectPreviewModal({
return ( return (
<Modal <Modal
bsSize='lg'
data-cy='project-preview-modal' data-cy='project-preview-modal'
dialogClassName='project-preview-modal' dialogClassName='project-preview-modal'
onHide={() => { onHide={() => {