You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by xi...@apache.org on 2015/06/10 20:51:21 UTC

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

Repository: ambari
Updated Branches:
  refs/heads/trunk e05ee943e -> eb3f9cf74


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/eb3f9cf7
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/eb3f9cf7
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/eb3f9cf7

Branch: refs/heads/trunk
Commit: eb3f9cf74ef2ad8c8e95a2e09e9408bf989e9a3a
Parents: e05ee94
Author: Xi Wang <xi...@apache.org>
Authored: Tue Jun 9 14:13:53 2015 -0700
Committer: Xi Wang <xi...@apache.org>
Committed: Wed Jun 10 11:50:53 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/eb3f9cf7/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,