Repository: ambari Updated Branches: refs/heads/trunk 81b8e8fe4 -> 65e60df31
AMBARI-5062. certain app ids don't wrap but scroll in UI (and show scrollbars) in UI on polling. (xiwang via yusaku) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/65e60df3 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/65e60df3 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/65e60df3 Branch: refs/heads/trunk Commit: 65e60df3195e146d58891f9d86d283f4ed301727 Parents: 81b8e8f Author: Yusaku Sako <[email protected]> Authored: Wed Mar 12 18:38:57 2014 -0700 Committer: Yusaku Sako <[email protected]> Committed: Wed Mar 12 18:38:57 2014 -0700 ---------------------------------------------------------------------- ambari-web/app/styles/apps.less | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/65e60df3/ambari-web/app/styles/apps.less ---------------------------------------------------------------------- diff --git a/ambari-web/app/styles/apps.less b/ambari-web/app/styles/apps.less index 156eef4..3902dc3 100644 --- a/ambari-web/app/styles/apps.less +++ b/ambari-web/app/styles/apps.less @@ -406,6 +406,7 @@ .id { width: 100%; overflow: auto; + word-wrap: break-word; } td:first-child, th:first-child {
