You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by xi...@apache.org on 2015/11/16 23:36:41 UTC

ambari git commit: AMBARI-13788. A long query causes the toolbar to vanish.(Pallav Kulshreshtha via Xi Wang)

Repository: ambari
Updated Branches:
  refs/heads/branch-2.1 2867330fc -> 94389b00b


AMBARI-13788. A long query causes the toolbar to vanish.(Pallav Kulshreshtha via Xi Wang)


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

Branch: refs/heads/branch-2.1
Commit: 94389b00b2a614e9aa862ab5dfcec0d42524cb3d
Parents: 2867330
Author: Xi Wang <xi...@apache.org>
Authored: Mon Nov 16 12:40:08 2015 -0800
Committer: Xi Wang <xi...@apache.org>
Committed: Mon Nov 16 13:07:43 2015 -0800

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


http://git-wip-us.apache.org/repos/asf/ambari/blob/94389b00/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 f37a057..b754700 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
@@ -266,7 +266,7 @@ dropdown .fa-remove {
 }
 
 .main-content {
-  width: 100%;
+  width: 96%;
 }
 
 .queries-icon {