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/13 02:13:50 UTC

ambari git commit: AMBARI-11896. Graph Widget: Dataseries goes out of the layout in FireFox.(XIWANG)

Repository: ambari
Updated Branches:
  refs/heads/branch-2.1 ae9562aa2 -> f9312976b


AMBARI-11896. Graph Widget: Dataseries goes out of the layout in FireFox.(XIWANG)


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

Branch: refs/heads/branch-2.1
Commit: f9312976bd014661a6a6b7cf13ffb2f7da399bd9
Parents: ae9562a
Author: Xi Wang <xi...@apache.org>
Authored: Fri Jun 12 15:32:31 2015 -0700
Committer: Xi Wang <xi...@apache.org>
Committed: Fri Jun 12 17:13:33 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/f9312976/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 c91686f..92250d5 100644
--- a/ambari-web/app/styles/enhanced_service_dashboard.less
+++ b/ambari-web/app/styles/enhanced_service_dashboard.less
@@ -461,6 +461,7 @@
       }
     }
     fieldset {
+      display: table-column;
       position: relative;
       border: 2px groove #ddd;
       padding: 0 1.4em 1.4em 1.4em;