Explorar o código

Main DB memos thread popup (ui tweak)

Vijayakrishnan %!s(int64=3) %!d(string=hai) anos
pai
achega
855f47b6b5
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      resources/views/app/patient/memos-thread.blade.php

+ 3 - 3
resources/views/app/patient/memos-thread.blade.php

@@ -3,9 +3,9 @@
         @if($patient->memos && count($patient->memos))
             <thead>
             <tr>
-                <th class="px-2 text-secondary w-25">Category</th>
-                <th class="px-2 text-secondary w-50">Summary</th>
-                <th class="px-2 text-secondary">Created</th>
+                <th class="px-2 text-secondary border-bottom-0 w-25">Category</th>
+                <th class="px-2 text-secondary border-bottom-0 w-50">Summary</th>
+                <th class="px-2 text-secondary border-bottom-0">Created</th>
             </tr>
             </thead>
             <tbody>