You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by yu...@apache.org on 2013/10/04 00:55:21 UTC

git commit: AMBARI-3436. Hostname wrapping on Hosts page. (xiwang via yusaku)

Updated Branches:
  refs/heads/trunk d61413d9d -> 202f18224


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

Branch: refs/heads/trunk
Commit: 202f182243f2134488e46bb8e4eafa33cbec0932
Parents: d61413d
Author: Yusaku Sako <yu...@hortonworks.com>
Authored: Thu Oct 3 15:53:42 2013 -0700
Committer: Yusaku Sako <yu...@hortonworks.com>
Committed: Thu Oct 3 15:53:42 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/202f1822/ambari-web/app/styles/application.less
----------------------------------------------------------------------
diff --git a/ambari-web/app/styles/application.less b/ambari-web/app/styles/application.less
index 11d5321..d248819 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;