You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zeppelin.apache.org by pr...@apache.org on 2016/05/17 09:52:22 UTC

incubator-zeppelin git commit: ZEPPELIN-852 fixed the fields float outside the box.

Repository: incubator-zeppelin
Updated Branches:
  refs/heads/master 4eccfcd52 -> 332d74f34


ZEPPELIN-852 fixed the fields float outside the box.

### What is this PR for?
If added multiple fields in either of keys, groups or values boxes of settings button in results section of a paragraph to plot a graph or any representation, the fields floats outside the box.

### What type of PR is it?
[Bug Fix]

### Todos

### What is the Jira issue?
[ZEPPELIN-852](https://issues.apache.org/jira/browse/ZEPPELIN-852)

### How should this be tested?
Open a notebook and a paragraph.
Run a paragraph with a query providing many columns to be added in any of the box.
Try adding multiple fields and check if it floats outside the box or not.

### Screenshots (if appropriate)
Before fix -
![screen shot 2016-05-13 at 11 52 42 am](https://cloud.githubusercontent.com/assets/12127192/15239928/c5bf1840-1903-11e6-8f65-9645aa3c45ae.png)

After fix -
![screen shot 2016-05-13 at 12 10 15 pm](https://cloud.githubusercontent.com/assets/12127192/15239933/d00d7e54-1903-11e6-8ed5-38bdde32acc0.png)

### Questions:
* Does the licenses files need update?NO
* Is there breaking changes for older versions?NO
* Does this needs documentation?NO

Author: Sagar Kulkarni <sa...@gmail.com>

Closes #890 from sagarkulkarni3592/ZEPPELIN-852 and squashes the following commits:

121caa3 [Sagar Kulkarni] ZEPPELIN-852 fixed the fields float outside the box.


Project: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/commit/332d74f3
Tree: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/tree/332d74f3
Diff: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/diff/332d74f3

Branch: refs/heads/master
Commit: 332d74f347b4e592b537fff1c6fcfc1c4cbb9c62
Parents: 4eccfcd
Author: Sagar Kulkarni <sa...@gmail.com>
Authored: Fri May 13 12:03:26 2016 +0530
Committer: Prabhjyot Singh <pr...@gmail.com>
Committed: Tue May 17 15:22:12 2016 +0530

----------------------------------------------------------------------
 zeppelin-web/src/app/notebook/paragraph/paragraph.css | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/332d74f3/zeppelin-web/src/app/notebook/paragraph/paragraph.css
----------------------------------------------------------------------
diff --git a/zeppelin-web/src/app/notebook/paragraph/paragraph.css b/zeppelin-web/src/app/notebook/paragraph/paragraph.css
index f0c650f..213dac7 100644
--- a/zeppelin-web/src/app/notebook/paragraph/paragraph.css
+++ b/zeppelin-web/src/app/notebook/paragraph/paragraph.css
@@ -354,6 +354,7 @@ table.dataTable.table-condensed .sorting_desc:after {
 
 .tableDisplay .option .columns ul {
   background: white;
+  overflow: auto;
   width: auto;
   padding: 3px 3px 3px 3px;
   height: 150px;