Repository: ambari
Updated Branches:
  refs/heads/trunk d42c2113d -> c05d2389f


AMBARI-11256. Expression Field overflows with long metric name.(XIWANG)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/c05d2389
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/c05d2389
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/c05d2389

Branch: refs/heads/trunk
Commit: c05d2389fda7514b7fa486c64f4b8daa6a32dde5
Parents: d42c211
Author: Xi Wang <xiw...@apache.org>
Authored: Tue May 19 16:43:56 2015 -0700
Committer: Xi Wang <xiw...@apache.org>
Committed: Tue May 19 18:15:08 2015 -0700

----------------------------------------------------------------------
 ambari-web/app/styles/enhanced_service_dashboard.less | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/c05d2389/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 cece496..d8aa843 100644
--- a/ambari-web/app/styles/enhanced_service_dashboard.less
+++ b/ambari-web/app/styles/enhanced_service_dashboard.less
@@ -432,6 +432,7 @@
       border: 2px groove #ddd;
       padding: 0 1.4em 1.4em 1.4em;
       margin: 0 0 1.5em 0;
+      min-width: 95%;
     }
     legend {
       width: inherit;

Reply via email to