summaryrefslogtreecommitdiff
path: root/app/Template/dashboard/projects.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Template/dashboard/projects.php')
-rw-r--r--app/Template/dashboard/projects.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/dashboard/projects.php b/app/Template/dashboard/projects.php
index 3a7f1d86..975ace44 100644
--- a/app/Template/dashboard/projects.php
+++ b/app/Template/dashboard/projects.php
@@ -43,7 +43,7 @@
<td class="dashboard-project-stats">
<?php foreach ($project['columns'] as $column): ?>
<strong title="<?= t('Task count') ?>"><?= $column['nb_tasks'] ?></strong>
- <span><?= $this->text->e($column['title']) ?></span>
+ <small><?= $this->text->e($column['title']) ?></small>
<?php endforeach ?>
</td>