Skip to content

Commit

Permalink
Merge pull request #136 from bcgov/fix/ECAS-1075
Browse files Browse the repository at this point in the history
Fixed size for submit contract modals for both desktop and mobile
  • Loading branch information
JavaDeveloper456788 authored Dec 3, 2024
2 parents f580284 + 52d9ccb commit c6e6ec0
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 c6e6ec0

Please sign in to comment.