This is an automated email from the ASF dual-hosted git repository. machristie pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/airavata-django-portal.git
commit 96c884fb8d4f2eeac08d6cc2cd34c66f5fd094b8 Author: Marcus Christie <[email protected]> AuthorDate: Thu Sep 5 18:47:41 2019 -0400 Fixing scrolling when viewing large input file --- .../js/components/experiment/input-editors/FileInputEditor.vue | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/django_airavata/apps/workspace/static/django_airavata_workspace/js/components/experiment/input-editors/FileInputEditor.vue b/django_airavata/apps/workspace/static/django_airavata_workspace/js/components/experiment/input-editors/FileInputEditor.vue index dd386cf..fcc3c06 100644 --- a/django_airavata/apps/workspace/static/django_airavata_workspace/js/components/experiment/input-editors/FileInputEditor.vue +++ b/django_airavata/apps/workspace/static/django_airavata_workspace/js/components/experiment/input-editors/FileInputEditor.vue @@ -15,9 +15,9 @@ </b-link> <b-modal :title="dataProduct.productName" - class="view-file-modal" ref="modal" ok-only + scrollable > <pre>{{ fileContent }}</pre> </b-modal> @@ -234,8 +234,4 @@ export default { .input-file-option { flex: 1 1 50%; } -.view-file-modal >>> .modal-body { - max-height: 50vh; - overflow: auto; -} </style>
