Fix textarea height
This commit is contained in:
@@ -63,7 +63,10 @@ defmodule MusicLibraryWeb.NotesComponent do
|
|||||||
phx-auto-recover="recover_form"
|
phx-auto-recover="recover_form"
|
||||||
phx-submit="save"
|
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>
|
<:actions>
|
||||||
<div class="w-full md:flex md:justify-center">
|
<div class="w-full md:flex md:justify-center">
|
||||||
|
|||||||
Reference in New Issue
Block a user