Dropdown menu entry are now clickable outside of the html link

This commit is contained in:
Frederic Guillot
2015-11-21 15:44:25 -05:00
parent 37ef906998
commit 41ecb163ee
6 changed files with 11 additions and 3 deletions

View File

@@ -5,7 +5,7 @@
<!-- column in collapsed mode -->
<div class="board-column-collapsed">
<span title="<?= t('Task count') ?>" class="board-column-header-task-count" title="<?= t('Show this column') ?>">
<span class="board-column-header-task-count" title="<?= t('Show this column') ?>">
<span id="task-number-column-<?= $column['id'] ?>"><?= $column['nb_tasks'] ?></span>
</span>
</div>