AMBARI-22732 Make Select Metric dropdown in Create Widget wizard wider. (atkach)
Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/e13bfb95 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/e13bfb95 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/e13bfb95 Branch: refs/heads/branch-feature-AMBARI-20859 Commit: e13bfb95ce15cfe38e9d9d5409cbe44de59d44b8 Parents: d6f26fb Author: Andrii Tkach <[email protected]> Authored: Fri Jan 5 15:49:59 2018 +0200 Committer: Andrii Tkach <[email protected]> Committed: Fri Jan 5 15:49:59 2018 +0200 ---------------------------------------------------------------------- ambari-web/app/styles/enhanced_service_dashboard.less | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/e13bfb95/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 d12f5a8..bb59a8b 100644 --- a/ambari-web/app/styles/enhanced_service_dashboard.less +++ b/ambari-web/app/styles/enhanced_service_dashboard.less @@ -554,11 +554,14 @@ } li.metric-select { padding: 5px; - padding-bottom: 0px; + padding-bottom: 0; border-left: 1px #ccc solid; border-right: 1px #ccc solid; border-bottom: none; border-top: none; + .chosen-drop { + width: 190%; + } } li.aggregator-select { padding: 5px;
