added left padding to the issue graph in the site home view

This commit is contained in:
hyung-hwan 2016-03-17 04:44:16 +00:00
parent 0f1e5e133d
commit 6e83bd7029

View File

@ -366,7 +366,7 @@ foreach ($latest_projects as $project)
<div id="site_home_result" class="codepot-static-container-view">
<?php if (count($open_issue_counts_per_project) > 0): ?>
<div id="site_home_result_open_issues_graph" style="overflow:hidden">
<div id="site_home_result_open_issues_graph" style="overflow:auto; padding-left:10px;">
<div id="site_home_open_issues_per_project" style="width:100%;height:400px;margin-bottom:1em;"></div>
</div>
<?php endif; ?>