Explorar o código

Omega - minor UI polish

Vijayakrishnan %!s(int64=3) %!d(string=hai) anos
pai
achega
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">