Fix textarea height

This commit is contained in:
Claudio Ortolina
2025-09-08 10:47:38 +03:00
parent 0982188510
commit d417b5e282
@@ -63,7 +63,10 @@ defmodule MusicLibraryWeb.NotesComponent do
phx-auto-recover="recover_form"
phx-submit="save"
>
<.textarea class="w-full h-96 font-mono text-sm/4" field={@form[:content]} />
<.textarea
class="w-full min-h-128 md:min-h-164 overflow-scroll font-mono text-sm/4"
field={@form[:content]}
/>
<:actions>
<div class="w-full md:flex md:justify-center">