Make project overview page more responsive

This commit is contained in:
Frederic Guillot
2016-08-14 13:46:46 -04:00
parent e985e27281
commit cb73946751
4 changed files with 16 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
<div class="project-overview-columns">
<?php foreach ($project['columns'] as $column): ?>
<div class="project-overview-column">
<strong title="<?= t('Task count') ?>"><?= $column['nb_tasks'] ?></strong><br>
<strong title="<?= t('Task count') ?>"><?= $column['nb_tasks'] ?></strong>
<small><?= $this->text->e($column['title']) ?></small>
</div>
<?php endforeach ?>