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:01 UTC

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

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

Branch: refs/heads/trunk
Commit: b011588c62296a9e849898a7887387a7c4d7712e
Parents: 39bdfbb
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 15:32:31 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/b011588c/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;