ソースを参照

Omega - minor UI polish

Vijayakrishnan 3 年 前
コミット
fd7cad5999

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

@@ -1,5 +1,5 @@
 @if($points && count($points))
-    <div class="d-flex pb-1 mb-1 border-bottom">
+    <div class="d-flex border-bottom">
         <b class="mr-2 min-width-110px">Behavior Rx</b>
         <div class="flex-grow-1">
             <table class="table table-bordered table-xs table-cage mb-0">

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

@@ -1,5 +1,5 @@
 @if($points && count($points))
-    <div class="d-flex pb-1 mb-1 border-bottom">
+    <div class="d-flex border-bottom">
         <b class="mr-2 min-width-110px">Exercise Rx</b>
         <div class="flex-grow-1">
             <table class="table table-bordered table-xs table-cage mb-0">

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

@@ -1,5 +1,5 @@
 @if($points && count($points))
-    <div class="d-flex pb-1 mb-1 border-bottom">
+    <div class="d-flex border-bottom">
         <b class="mr-2 min-width-110px">Nutrition Rx</b>
         <div class="flex-grow-1">
             <table class="table table-bordered table-xs table-cage mb-0">