You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by al...@apache.org on 2015/12/28 20:18:04 UTC

[3/4] ambari git commit: AMBARI-14443. In the Move Master Wizard, manual commands text scroll outside the frame when the message is long (alexantonenko)

AMBARI-14443. In the Move Master Wizard, manual commands text scroll outside the frame when the message is long (alexantonenko)


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

Branch: refs/heads/trunk
Commit: c763570f4cbe1a41f00cfec77d599a1fdcdbb778
Parents: 4a58cd4
Author: Alex Antonenko <hi...@gmail.com>
Authored: Mon Dec 28 21:04:53 2015 +0200
Committer: Alex Antonenko <hi...@gmail.com>
Committed: Mon Dec 28 21:17:57 2015 +0200

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


http://git-wip-us.apache.org/repos/asf/ambari/blob/c763570f/ambari-web/app/styles/application.less
----------------------------------------------------------------------
diff --git a/ambari-web/app/styles/application.less b/ambari-web/app/styles/application.less
index d80278c..381459a 100644
--- a/ambari-web/app/styles/application.less
+++ b/ambari-web/app/styles/application.less
@@ -4930,7 +4930,7 @@ i.icon-asterisks {
   font-family: Courier;
   font-size: 12px;
   padding: 4px;
-  white-space: nowrap;
+  white-space: normal;
 }
 
 @installer-container-width: 1236px;