You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by rl...@apache.org on 2017/06/23 13:28:59 UTC

[04/42] ambari git commit: AMBARI-21323.Hive view 2.0-UI issues on IE11 +Win 7(Venkata Sairam)

AMBARI-21323.Hive view 2.0-UI issues on IE11 +Win 7(Venkata Sairam)


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

Branch: refs/heads/branch-feature-AMBARI-20859
Commit: 6fe7cc283957de8e13d1073322a6176895ff289b
Parents: 845eb86
Author: Venkata Sairam <ve...@gmail.com>
Authored: Fri Jun 23 08:15:57 2017 +0530
Committer: Venkata Sairam <ve...@gmail.com>
Committed: Fri Jun 23 08:16:21 2017 +0530

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


http://git-wip-us.apache.org/repos/asf/ambari/blob/6fe7cc28/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 83fac86..522b2d3 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
@@ -835,6 +835,7 @@ ul.dropdown-menu {
 }
 
 .break-word{
+  display: inline-block;
   word-break: break-all;
 }