diff --git a/src/pages/recipe/new.astro b/src/pages/recipe/new.astro index 605314b..1c8243c 100644 --- a/src/pages/recipe/new.astro +++ b/src/pages/recipe/new.astro @@ -34,6 +34,13 @@ async function submitRecipe() { placeholder="Name" class="text-[28pt] font-bold p-1 leading-none mt-2 bg-white/10 rounded-lg resize-none overflow-hidden" oninput="this.style.height = ''; this.style.height = this.scrollHeight + 'px'" + /> +