You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ak...@apache.org on 2014/08/27 17:08:35 UTC

git commit: AMBARI-7039. Incorrect displaying of Job Id in Job charts window. (Max Shepel via akovalenko)

Repository: ambari
Updated Branches:
  refs/heads/trunk 940abdc4a -> 9385d47ab


AMBARI-7039. Incorrect displaying of Job Id in Job charts window. (Max Shepel via akovalenko)


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

Branch: refs/heads/trunk
Commit: 9385d47ab0f09e61e861f6d00a640c94488d385f
Parents: 940abdc
Author: Aleksandr Kovalenko <ak...@hortonworks.com>
Authored: Wed Aug 27 18:06:34 2014 +0300
Committer: Aleksandr Kovalenko <ak...@hortonworks.com>
Committed: Wed Aug 27 18:06:34 2014 +0300

----------------------------------------------------------------------
 ambari-web/app/styles/apps.less | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/9385d47a/ambari-web/app/styles/apps.less
----------------------------------------------------------------------
diff --git a/ambari-web/app/styles/apps.less b/ambari-web/app/styles/apps.less
index 8426380..9a42efc 100644
--- a/ambari-web/app/styles/apps.less
+++ b/ambari-web/app/styles/apps.less
@@ -391,6 +391,12 @@
     }
   }
 
+  #innerTable {
+    td {
+      word-wrap: break-word;
+    }
+  }
+
   #jobs-table {
 
     .is-not-link{