You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zeppelin.apache.org by zj...@apache.org on 2020/01/20 14:38:58 UTC

[zeppelin] branch master updated: [ZEPPELIN-4561] fix unable to see the whole select dynamic form content in new UI

This is an automated email from the ASF dual-hosted git repository.

zjffdu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/zeppelin.git


The following commit(s) were added to refs/heads/master by this push:
     new dffe69d  [ZEPPELIN-4561] fix unable to see the whole select dynamic form content in new UI
dffe69d is described below

commit dffe69dad764dbf94dd796e213d4fecbc5a7340a
Author: vthinkxie <ya...@alibaba-inc.com>
AuthorDate: Thu Jan 16 14:54:15 2020 +0800

    [ZEPPELIN-4561] fix unable to see the whole select dynamic form content in new UI
    
    ### What is this PR for?
    fix unable to see the whole select dynamic form content in new UI
    
    ### What type of PR is it?
    [Bug Fix]
    
    ### Todos
    * [ ] - Task
    
    ### What is the Jira issue?
    [ZEPPELIN-4561]
    
    ### How should this be tested?
    https://travis-ci.org/vthinkxie/zeppelin/builds/637915204
    
    ### Screenshots (if appropriate)
    
    ### Questions:
    * Does the licenses files need update? no
    * Is there breaking changes for older versions? no
    * Does this needs documentation? no
    
    Author: vthinkxie <ya...@alibaba-inc.com>
    
    Closes #3603 from vthinkxie/ZEPPELIN-4561 and squashes the following commits:
    
    1a35cfbcd [vthinkxie] [ZEPPELIN-4561] fix unable to see the whole select dynamic form content in new UI
---
 .../pages/workspace/share/dynamic-forms/dynamic-forms.component.html    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/zeppelin-web-angular/src/app/pages/workspace/share/dynamic-forms/dynamic-forms.component.html b/zeppelin-web-angular/src/app/pages/workspace/share/dynamic-forms/dynamic-forms.component.html
index 330b3e8..0ad4a91 100644
--- a/zeppelin-web-angular/src/app/pages/workspace/share/dynamic-forms/dynamic-forms.component.html
+++ b/zeppelin-web-angular/src/app/pages/workspace/share/dynamic-forms/dynamic-forms.component.html
@@ -16,7 +16,7 @@
     class="form-item"
     nz-col
     nzSpan="12"
-    nzXl="6"
+    nzXl="8"
     nzLg="8"
     nzMd="12"
     nzSm="24">