Repository: ambari Updated Branches: refs/heads/branch-2.1 aae4955f4 -> fd6e2885f
AMBARI-13639. Make the Upgrade Options popup bigger.(xiwang) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/fd6e2885 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/fd6e2885 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/fd6e2885 Branch: refs/heads/branch-2.1 Commit: fd6e2885f15cff6a1d7d42331cd18623c0a25332 Parents: aae4955 Author: Xi Wang <[email protected]> Authored: Thu Oct 29 14:33:20 2015 -0700 Committer: Xi Wang <[email protected]> Committed: Thu Oct 29 14:44:30 2015 -0700 ---------------------------------------------------------------------- ambari-web/app/styles/stack_versions.less | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/fd6e2885/ambari-web/app/styles/stack_versions.less ---------------------------------------------------------------------- diff --git a/ambari-web/app/styles/stack_versions.less b/ambari-web/app/styles/stack_versions.less index 6c5ed0b..dab19c6 100644 --- a/ambari-web/app/styles/stack_versions.less +++ b/ambari-web/app/styles/stack_versions.less @@ -302,6 +302,9 @@ } } +.upgrade-options-popup .modal .modal-body { + min-height: 295px; +} #upgrade-options-popup-content { .method-options { margin: 10px;
