Repository: ambari Updated Branches: refs/heads/trunk 4690c8f0c -> ea98fd691
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/ea98fd69 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/ea98fd69 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/ea98fd69 Branch: refs/heads/trunk Commit: ea98fd691f0ffc0b5734027df22d278840cad911 Parents: 4690c8f Author: Xi Wang <[email protected]> Authored: Thu Oct 29 14:33:20 2015 -0700 Committer: Xi Wang <[email protected]> Committed: Thu Oct 29 14:33:40 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/ea98fd69/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;
