From f86c4dcabe1fae6ffecf66f44269426b50925426 Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Fri, 6 Feb 2015 15:21:21 +0000 Subject: [PATCH] updated display of the commits-per-month graph --- codepot/src/codepot/views/project_home.php | 14 +++++++------- codepot/src/css/project.css | 9 +++++++++ 2 files changed, 16 insertions(+), 7 deletions(-) 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) 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 *-----------------------------------------------*/