Skip to content

Commit

Permalink
Fixed size for submit contract modals for both desktop and mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
Khaled Smaoui committed Dec 3, 2024
1 parent f580284 commit 52d9ccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-app/resources/js/components/Contracts.vue
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@
<modal name="file_download_form" width="370px" height="auto" :scrollable="false" :clickToClose="false">
<file-downloader :contract="contract"/>
</modal>
<modal name="submit_for_review_form" height="auto" :scrollable="false" :clickToClose="false">
<modal name="submit_for_review_form" width ="370px" height="auto" :scrollable="false" :clickToClose="false">
<submit-for-review :files="uploaded_files" :assignmentID="selectedAssignmentID"/>
</modal>
<modal name="warning_form1" height="auto" :scrollable="false" :clickToClose="false">
Expand Down

0 comments on commit 52d9ccb

Please sign in to comment.