diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-08-07 09:02:26 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-08-07 09:02:26 -0400 |
commit | 928d27d2ad735d9c6c7ec4954a5a462181f482dd (patch) | |
tree | bb123b9a4175def7e35cc96874d48e0b98299129 /app/Template/dashboard | |
parent | 1dc947eac4c67770deb1ea04b2e7a63ceb6241a7 (diff) |
Reduce number of font size
Diffstat (limited to 'app/Template/dashboard')
-rw-r--r-- | app/Template/dashboard/projects.php | 2 |
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> |