Fix margin for task recurrence tooltip
This commit is contained in:
parent
b03357aef3
commit
cdeaadfa7b
|
|
@ -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>
|
||||
Loading…
Reference in New Issue