AMBARI-20660. HiveView2.0 scrolling in query tab does not work properly for a longer query (pallavkul)
Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/3b255334 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/3b255334 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/3b255334 Branch: refs/heads/branch-feature-AMBARI-12556 Commit: 3b25533430a181b6b83f4f1cf665c8f9aceafd4e Parents: b4fc47f Author: pallavkul <[email protected]> Authored: Wed Apr 5 11:33:30 2017 +0530 Committer: pallavkul <[email protected]> Committed: Wed Apr 5 11:33:30 2017 +0530 ---------------------------------------------------------------------- contrib/views/hive20/src/main/resources/ui/app/styles/app.scss | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/3b255334/contrib/views/hive20/src/main/resources/ui/app/styles/app.scss ---------------------------------------------------------------------- diff --git a/contrib/views/hive20/src/main/resources/ui/app/styles/app.scss b/contrib/views/hive20/src/main/resources/ui/app/styles/app.scss index c06e65e..f4b63c5 100644 --- a/contrib/views/hive20/src/main/resources/ui/app/styles/app.scss +++ b/contrib/views/hive20/src/main/resources/ui/app/styles/app.scss @@ -973,3 +973,7 @@ rect.operator__box { bottom:10px; right:-15px; } + +.CodeMirror-scroll { + padding-bottom: 20px; +}
