Repository: ambari
Updated Branches:
  refs/heads/trunk 12e207218 -> b86cf6e98


AMBARI-18067. Alert message cut off (alexantonenko)


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

Branch: refs/heads/trunk
Commit: b86cf6e98fd6ccf25e1d776b10f168a73d5a4261
Parents: 12e2072
Author: Alex Antonenko <hiv...@gmail.com>
Authored: Mon Aug 8 21:59:06 2016 +0300
Committer: Alex Antonenko <hiv...@gmail.com>
Committed: Tue Aug 9 11:39:10 2016 +0300

----------------------------------------------------------------------
 ambari-web/app/styles/alerts.less | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/b86cf6e9/ambari-web/app/styles/alerts.less
----------------------------------------------------------------------
diff --git a/ambari-web/app/styles/alerts.less 
b/ambari-web/app/styles/alerts.less
index 65f0355..34dd187 100644
--- a/ambari-web/app/styles/alerts.less
+++ b/ambari-web/app/styles/alerts.less
@@ -546,7 +546,7 @@
     .definition-latest-text {
       overflow-x: auto;
       text-overflow: inherit;
-      white-space: nowrap;
+      white-space: normal;
     }
   }
 }

Reply via email to