AMBARI-7502. Views: view iframe height cutoff (srimanth)
Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/0ea1f0e9 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/0ea1f0e9 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/0ea1f0e9 Branch: refs/heads/branch-alerts-dev Commit: 0ea1f0e9d8b4a7ccfe372e967f7db4775d316c08 Parents: fcdade6 Author: Srimanth Gunturi <[email protected]> Authored: Thu Sep 25 16:14:37 2014 -0700 Committer: Srimanth Gunturi <[email protected]> Committed: Thu Sep 25 16:14:37 2014 -0700 ---------------------------------------------------------------------- ambari-web/app/styles/application.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/0ea1f0e9/ambari-web/app/styles/application.less ---------------------------------------------------------------------- diff --git a/ambari-web/app/styles/application.less b/ambari-web/app/styles/application.less index 5e43c4e..96bb32e 100644 --- a/ambari-web/app/styles/application.less +++ b/ambari-web/app/styles/application.less @@ -6902,7 +6902,7 @@ i.icon-asterisks { } .views_sizes { width:100%; - min-height:600px; + min-height:100%; border: 0; }
