mirror of https://github.com/itflow-org/itflow
Set Textarea rows from 4 to 5
This commit is contained in:
parent
9d60ccdf3e
commit
1479caa8e8
|
|
@ -98,7 +98,7 @@
|
|||
|
||||
<div class="form-group">
|
||||
<label>Description</label>
|
||||
<textarea class="form-control" rows="4" name="description" placeholder="Enter a description"><?php echo $event_description; ?></textarea>
|
||||
<textarea class="form-control" rows="5" name="description" placeholder="Enter a description"><?php echo $event_description; ?></textarea>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue