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/branch-dev-patch-upgrade Commit: c763570f4cbe1a41f00cfec77d599a1fdcdbb778 Parents: 4a58cd4 Author: Alex Antonenko <[email protected]> Authored: Mon Dec 28 21:04:53 2015 +0200 Committer: Alex Antonenko <[email protected]> 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;
