Repository: ambari Updated Branches: refs/heads/branch-2.5 abfc3d2fb -> ad9b70ca5
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/ad9b70ca Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/ad9b70ca Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/ad9b70ca Branch: refs/heads/branch-2.5 Commit: ad9b70ca5e300518e96909f24efaedb1e56b8a35 Parents: abfc3d2 Author: Alex Antonenko <[email protected]> Authored: Mon Aug 8 21:59:06 2016 +0300 Committer: Alex Antonenko <[email protected]> Committed: Tue Sep 13 17:35:46 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/ad9b70ca/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; } } }
