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 -  After fix -  ### Questions: * Does the licenses files need update?NO * Is there breaking changes for older versions?NO * Does this needs documentation?NO Author: Sagar Kulkarni <[email protected]> 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 <[email protected]> Authored: Fri May 13 12:03:26 2016 +0530 Committer: Prabhjyot Singh <[email protected]> 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;
