Repository: ambari
Updated Branches:
  refs/heads/branch-2.1 466a421da -> cbbaa3f21


AMBARI-11816. Graphical widgets for legend and discription width not 
match.(xiwang)


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

Branch: refs/heads/branch-2.1
Commit: cbbaa3f2140ceeadce375d8d6d6e2161bc011c9c
Parents: 466a421
Author: Xi Wang <[email protected]>
Authored: Tue Jun 9 14:13:53 2015 -0700
Committer: Xi Wang <[email protected]>
Committed: Wed Jun 10 11:51:55 2015 -0700

----------------------------------------------------------------------
 ambari-web/app/styles/enhanced_service_dashboard.less | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/cbbaa3f2/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 0ff9c88..e55f9c7 100644
--- a/ambari-web/app/styles/enhanced_service_dashboard.less
+++ b/ambari-web/app/styles/enhanced_service_dashboard.less
@@ -237,8 +237,7 @@
       background: rgba(255,255,255, 0.7);
     }
   }
-  .thumbnail .chart-legend ul {
-    max-width: 300px;
+  .thumbnail .chart-legend {
     .description-line {
       padding: 3px 3px 8px 8px;
       line-height: 16px;
@@ -246,7 +245,7 @@
       font-weight: bold;
       word-wrap: break-word;
       white-space: pre-wrap;
-      overflow: scroll;
+      overflow-y: scroll;
     }
   }
 }
@@ -258,7 +257,7 @@
   font-weight: bold;
   word-wrap: break-word;
   white-space: pre-wrap;
-  overflow: scroll;
+  overflow-y: scroll;
 }
 
 #edit-widget-wizard,

Reply via email to