Repository: ambari Updated Branches: refs/heads/trunk 17e2bdcb1 -> 7f28110ba
AMBARI-11353. Last item in the drop down menu in metrics selector is not showing up.(xiwang) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/7f28110b Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/7f28110b Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/7f28110b Branch: refs/heads/trunk Commit: 7f28110ba5af3bc1b5838ca4c516cff2364c8081 Parents: 17e2bdc Author: Xi Wang <[email protected]> Authored: Fri May 22 14:14:57 2015 -0700 Committer: Xi Wang <[email protected]> Committed: Fri May 22 15:42:32 2015 -0700 ---------------------------------------------------------------------- ambari-web/app/styles/enhanced_service_dashboard.less | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/7f28110b/ambari-web/app/styles/enhanced_service_dashboard.less ---------------------------------------------------------------------- diff --git a/ambari-web/app/styles/enhanced_service_dashboard.less b/ambari-web/app/styles/enhanced_service_dashboard.less index f6a4e53..22e5ce9 100644 --- a/ambari-web/app/styles/enhanced_service_dashboard.less +++ b/ambari-web/app/styles/enhanced_service_dashboard.less @@ -547,7 +547,6 @@ margin-top: 2px; overflow: auto; width: 300px; - max-height: 260px; border: 1px solid rgba(0, 0, 0, 0.2); -webkit-border-radius: 0px; -moz-border-radius: 0px;
