Fix margin for task recurrence tooltip
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
<div class="markdown">
|
||||||
<ul>
|
<ul>
|
||||||
<?php if ($task['recurrence_status'] == \Kanboard\Model\TaskModel::RECURRING_STATUS_PENDING): ?>
|
<?php if ($task['recurrence_status'] == \Kanboard\Model\TaskModel::RECURRING_STATUS_PENDING): ?>
|
||||||
<li><?= t('Recurrent task is scheduled to be generated') ?></li>
|
<li><?= t('Recurrent task is scheduled to be generated') ?></li>
|
||||||
@@ -35,3 +36,4 @@
|
|||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
</ul>
|
</ul>
|
||||||
|
</div>
|
||||||
Reference in New Issue
Block a user