diff --git a/codepot/src/codepot/views/project_home.php b/codepot/src/codepot/views/project_home.php
index 273a1db9..b805da45 100644
--- a/codepot/src/codepot/views/project_home.php
+++ b/codepot/src/codepot/views/project_home.php
@@ -272,19 +272,19 @@ foreach ($urls as $url)
=htmlspecialchars($project->name)?>
-
-id}");
-print "
";
-?>
-
-
+
+id}");
+print "
";
+?>
+
+
diff --git a/codepot/src/css/project.css b/codepot/src/css/project.css
index a23b0e8b..9ecc5a30 100644
--- a/codepot/src/css/project.css
+++ b/codepot/src/css/project.css
@@ -39,6 +39,15 @@
white-space: pre-wrap;
}
+
+#project_home_mainarea_stat {
+ overflow: hidden;
+}
+
+#project_home_commits_per_month_graph {
+ max-width: 100%;
+}
+
/*-----------------------------------------------
* project file edit view
*-----------------------------------------------*/