You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by sr...@apache.org on 2015/08/24 23:01:44 UTC

ambari git commit: AMBARI-12848. Tabs on the right disappear after executing queries (Pallav Kulshreshtha via srimanth)

Repository: ambari
Updated Branches:
  refs/heads/trunk fc0078f8f -> b5a309b9f


AMBARI-12848. Tabs on the right disappear after executing queries (Pallav Kulshreshtha via srimanth)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/b5a309b9
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/b5a309b9
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/b5a309b9

Branch: refs/heads/trunk
Commit: b5a309b9fee6fac78c279113d7818d4914c9926a
Parents: fc0078f
Author: Srimanth Gunturi <sg...@hortonworks.com>
Authored: Mon Aug 24 14:01:25 2015 -0700
Committer: Srimanth Gunturi <sg...@hortonworks.com>
Committed: Mon Aug 24 14:01:31 2015 -0700

----------------------------------------------------------------------
 .../views/hive/src/main/resources/ui/hive-web/app/styles/app.scss   | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/b5a309b9/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 6507d6b..398a8ef 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
@@ -552,6 +552,7 @@ tree-view ul li {
   .table {
     display: inline-block;
     overflow: auto;
+    max-width: 830px;
   }
 
   .query-results-tools {