Saving work from last night

This commit is contained in:
Scott Idem
2025-04-02 11:24:08 -04:00
parent 7f1759ed4b
commit 0e72d27dbd
2 changed files with 2 additions and 2 deletions

View File

@@ -199,7 +199,7 @@ $effect(() => {
</span>
<div class="flex flex-row gap-2 items-center justify-end">
<div class="flex flex-row flex-wrap gap-2 items-center justify-end">
<!-- Tags for journal entry. Comma delimited list. -->
{#if $journals_loc.entry.edit_kv[$lq__journal_entry_obj?.journal_entry_id]}

View File

@@ -129,7 +129,7 @@ let tmp_entry_obj: key_val = $state({});
</button>
</span>
<div class="flex flex-row gap-2 items-center justify-end">
<div class="flex flex-row flex-wrap gap-2 items-center justify-end">
<!-- Tags for journal entry. Comma delimited list. -->
{#if journals_journal_entry_obj.tags && journals_journal_entry_obj.tags.length}
<div class="tags flex flex-wrap gap-1 items-center justify-start p-1">