Repository: ambari Updated Branches: refs/heads/branch-2.5 4cbd9d7d0 -> 5c59a8a9b
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/5c59a8a9 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/5c59a8a9 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/5c59a8a9 Branch: refs/heads/branch-2.5 Commit: 5c59a8a9b79ee343c9107fa7feb03473d0b3f81f Parents: 4cbd9d7 Author: Venkata Sairam <[email protected]> Authored: Fri Jun 23 08:15:57 2017 +0530 Committer: Venkata Sairam <[email protected]> Committed: Fri Jun 23 08:20:19 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/5c59a8a9/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; }
