From ca2c5c7bafa5f8e066777388e9e80d7ef595213a Mon Sep 17 00:00:00 2001 From: Scott Idem Date: Thu, 3 Apr 2025 15:36:09 -0400 Subject: [PATCH] Fixed height bug when viewing Entry --- .../journals/ae_comp__journal_entry_obj_id_view.svelte | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/routes/journals/ae_comp__journal_entry_obj_id_view.svelte b/src/routes/journals/ae_comp__journal_entry_obj_id_view.svelte index ba55e1f9..bf14c93d 100644 --- a/src/routes/journals/ae_comp__journal_entry_obj_id_view.svelte +++ b/src/routes/journals/ae_comp__journal_entry_obj_id_view.svelte @@ -726,19 +726,20 @@ $effect(() => { tabindex={$ae_loc.edit_mode ? 0 : -1} class:bg-orange-100={$ae_loc.edit_mode} class:hidden={!$ae_loc.trusted_access || $journals_loc.entry.edit_kv[$lq__journal_entry_obj?.journal_entry_id]} - class="w-full font-mono shadow-md rounded-lg border-gray-500 bg-gray-100 p-2" + class="flex-grow w-full font-mono shadow-md rounded-lg border-gray-500 bg-gray-100 p-2" >
- {@html $lq__journal_entry_obj?.content_md_html} + id="rendered_journal_entry_content_{$lq__journal_entry_obj?.journal_entry_id}" + > + {@html $lq__journal_entry_obj?.content_md_html}