Repository: ambari Updated Branches: refs/heads/branch-2.5 db8db158c -> d48d70ebc
AMBARI-20899. Ambari Header misaligned when transitioned to view route (pallavkul) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/d48d70eb Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/d48d70eb Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/d48d70eb Branch: refs/heads/branch-2.5 Commit: d48d70ebc942fc90073269296893dc92c7b0cf31 Parents: db8db15 Author: pallavkul <[email protected]> Authored: Sun Apr 30 19:44:42 2017 +0530 Committer: pallavkul <[email protected]> Committed: Sun Apr 30 19:44:42 2017 +0530 ---------------------------------------------------------------------- ambari-web/app/styles/application.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/d48d70eb/ambari-web/app/styles/application.less ---------------------------------------------------------------------- diff --git a/ambari-web/app/styles/application.less b/ambari-web/app/styles/application.less index 7bbb5cd..cc02624 100644 --- a/ambari-web/app/styles/application.less +++ b/ambari-web/app/styles/application.less @@ -5093,7 +5093,7 @@ i.icon-asterisks { width: auto; } - .contribview #top-nav { + .contribview .navbar .main-container { width: 1170px; margin: 0 auto; }
