@@ -29,7 +29,7 @@
</div>
</td>
<td class="width-300px">
- <div class="pl-3">
+ <div class="pl-2">
<?php $plan = $point->childPlanAddedInNote($note); ?>
<?php if(!!$plan): ?>
<?php
<?php $review = $point->childReviewAddedInNote($note); ?>
<?php if(!!$review): ?>
<?php $plan = $point->lastChildPlan ?: null; ?>
<?php $review = $point->lastChildReview ?: null; ?>