Repository: ambari Updated Branches: refs/heads/trunk c63a8627c -> 4bd4b3ca5
AMBARI-16452. [Hive View] EXPLAIN text is spilling out (pallavkul) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/4bd4b3ca Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/4bd4b3ca Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/4bd4b3ca Branch: refs/heads/trunk Commit: 4bd4b3ca53f2c8e2ec05bc9072b59b599f16e22b Parents: c63a862 Author: Pallav Kulshreshtha <[email protected]> Authored: Thu May 12 13:34:38 2016 +0530 Committer: Pallav Kulshreshtha <[email protected]> Committed: Thu May 12 13:34:38 2016 +0530 ---------------------------------------------------------------------- .../hive/src/main/resources/ui/hive-web/app/styles/app.scss | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/4bd4b3ca/contrib/views/hive/src/main/resources/ui/hive-web/app/styles/app.scss ---------------------------------------------------------------------- diff --git a/contrib/views/hive/src/main/resources/ui/hive-web/app/styles/app.scss b/contrib/views/hive/src/main/resources/ui/hive-web/app/styles/app.scss index 8f60595..ec4f201 100644 --- a/contrib/views/hive/src/main/resources/ui/hive-web/app/styles/app.scss +++ b/contrib/views/hive/src/main/resources/ui/hive-web/app/styles/app.scss @@ -675,6 +675,11 @@ td.data-upload-form-field { padding-right: 10px; } +.accordion-body { + word-break: break-all; + overflow-y: scroll; +} + table.no-border, table.no-border tr, table.no-border tr td { border: none; }
