Bläddra i källkod

Notes listing UI update

Vijayakrishnan Krishnan 4 år sedan
förälder
incheckning
fd2022f17a
2 ändrade filer med 4 tillägg och 1 borttagningar
  1. 3 0
      public/css/style.css
  2. 1 1
      resources/views/app/patient/notes.blade.php

+ 3 - 0
public/css/style.css

@@ -604,3 +604,6 @@ input.search_field, textarea.search_field {
     z-index: 9999999;
     color: #000;
 }
+.note-summary p {
+    margin-bottom: 0.25rem;
+}

+ 1 - 1
resources/views/app/patient/notes.blade.php

@@ -71,7 +71,7 @@
                 <td class="px-2">
                     {{ friendly_date_time($note->created_at, true) }}
                 </td>
-                <td class="px-2">
+                <td class="px-2 note-summary">
                     <?php
                     $textContent = strip_tags($note->free_text_html);
                     if(strlen($textContent) > 200) {