less rows for image
This commit is contained in:
parent
1e5ea053cc
commit
98e9a3b9d2
|
@ -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" />
|
||||||
|
|
Loading…
Reference in New Issue