less rows for image

This commit is contained in:
Niko Abeler 2023-01-14 11:33:05 +01:00
parent 1e5ea053cc
commit 98e9a3b9d2
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
<label for="description">Description</label> <label for="description">Description</label>
<input type="text" name="description" placeholder="Description" /> <input type="text" name="description" placeholder="Description" />
<label for="content">Content</label> <label for="content">Content</label>
<textarea name="content" placeholder="Content" rows="24"></textarea> <textarea name="content" placeholder="Content" rows="4"></textarea>
<label for="photo">Photo</label> <label for="photo">Photo</label>
<input type="file" name="photo" placeholder="Photo" /> <input type="file" name="photo" placeholder="Photo" />