Fix margin for task recurrence tooltip

This commit is contained in:
Frédéric Guillot 2018-04-18 11:08:57 -07:00
parent b03357aef3
commit cdeaadfa7b
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,4 @@
<div class="markdown">
<ul>
<?php if ($task['recurrence_status'] == \Kanboard\Model\TaskModel::RECURRING_STATUS_PENDING): ?>
<li><?= t('Recurrent task is scheduled to be generated') ?></li>
@ -35,3 +36,4 @@
<?php endif ?>
<?php endif ?>
</ul>
</div>