Explorar el Código

Main DB memos thread popup (ui tweak)

Vijayakrishnan hace 3 años
padre
commit
855f47b6b5
Se han modificado 1 ficheros con 3 adiciones y 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>