Updated Branches: refs/heads/branch-1.4.1 4ac51a771 -> b6a796a01
AMBARI-3436. Hostname wrapping on Hosts page. (xiwang via yusaku) Project: http://git-wip-us.apache.org/repos/asf/incubator-ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ambari/commit/b6a796a0 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ambari/tree/b6a796a0 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ambari/diff/b6a796a0 Branch: refs/heads/branch-1.4.1 Commit: b6a796a012fd6f3b0b7507e98a647f44a5b9f1b4 Parents: 4ac51a7 Author: Yusaku Sako <[email protected]> Authored: Thu Oct 3 15:53:42 2013 -0700 Committer: Yusaku Sako <[email protected]> Committed: Thu Oct 3 15:55:34 2013 -0700 ---------------------------------------------------------------------- ambari-web/app/styles/application.less | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/b6a796a0/ambari-web/app/styles/application.less ---------------------------------------------------------------------- diff --git a/ambari-web/app/styles/application.less b/ambari-web/app/styles/application.less index e374193..1e6b8b0 100644 --- a/ambari-web/app/styles/application.less +++ b/ambari-web/app/styles/application.less @@ -2607,6 +2607,12 @@ table.graphs { width: 82px; border-left-width: 0; } + td.name { + min-width: 260px; + max-width: 360px; + overflow: auto; + overflow-wrap: break-word; + } th.first, td.first { width: 10px !important; border-left-width: 1px;
