Skip to content

Commit

Permalink
Add margin below chart - refs #8081
Browse files Browse the repository at this point in the history
  • Loading branch information
ywarnier committed Feb 17, 2016
1 parent 6913d58 commit 3f0997a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/admin/statistics/index.php
Expand Up @@ -122,7 +122,7 @@
break;
case 'recentlogins':
echo '<h2>'. sprintf(get_lang('LastXDays'), '15') . '</h2>';
echo '<canvas class="col-md-12" id="canvas" height="100px" ></canvas>';
echo '<canvas class="col-md-12" id="canvas" height="100px" style="margin-bottom: 20px"></canvas>';
Statistics::printRecentLoginStats();
Statistics::printRecentLoginStats(true);
break;
Expand Down

0 comments on commit 3f0997a

Please sign in to comment.