浏览代码

Beha/exer/nutri - summaries padding fix

Vijayakrishnan 3 年之前
父节点
当前提交
830b1b104c

+ 1 - 1
resources/views/app/patient/module-specific-summary-renderers/behavior/plan.blade.php

@@ -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

+ 1 - 1
resources/views/app/patient/module-specific-summary-renderers/behavior/subjective.blade.php

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

+ 1 - 1
resources/views/app/patient/module-specific-summary-renderers/exercise/plan.blade.php

@@ -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

+ 1 - 1
resources/views/app/patient/module-specific-summary-renderers/exercise/subjective.blade.php

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

+ 1 - 1
resources/views/app/patient/module-specific-summary-renderers/nutrition/plan.blade.php

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

+ 1 - 1
resources/views/app/patient/module-specific-summary-renderers/nutrition/subjective.blade.php

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