@@ -604,3 +604,6 @@ input.search_field, textarea.search_field {
z-index: 9999999;
color: #000;
}
+.note-summary p {
+ margin-bottom: 0.25rem;
+}
@@ -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) {