set textarea rows for notes content to 15

This commit is contained in:
inhji 2023-04-04 15:17:16 +02:00
parent 0902b88d32
commit 23b96814d0

View file

@ -3,7 +3,7 @@
Oops, something went wrong! Please check the errors below. Oops, something went wrong! Please check the errors below.
</.error> </.error>
<.input field={f[:name]} type="text" label="Name" /> <.input field={f[:name]} type="text" label="Name" />
<.input field={f[:content]} type="textarea" label="Content" /> <.input field={f[:content]} type="textarea" label="Content" rows="15" />
<.input field={f[:slug]} type="text" label="Slug" /> <.input field={f[:slug]} type="text" label="Slug" />
<.input field={f[:published_at]} type="datetime-local" label="Published at" /> <.input field={f[:published_at]} type="datetime-local" label="Published at" />
<.input <.input