You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by nc...@apache.org on 2015/11/18 17:50:58 UTC

[02/50] [abbrv] ambari git commit: AMBARI-13788. A long query causes the toolbar to vanish.(Pallav Kulshreshtha via Xi Wang)

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/946fe250
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/946fe250
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/946fe250

Branch: refs/heads/branch-dev-patch-upgrade
Commit: 946fe25019b9bcc4e2522126d01f16111c939418
Parents: 5d35c6d
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 14:37:08 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/946fe250/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 {