mirror of
https://github.com/grocy/grocy.git
synced 2026-03-27 23:29:25 +01:00
Optimized textarea heights
This commit is contained in:
parent
447b86b27f
commit
6fcc0636e8
|
|
@ -79,7 +79,7 @@
|
|||
<div class="form-group">
|
||||
<label for="note">{{ $__t('Note') }}</label>
|
||||
<textarea class="form-control"
|
||||
rows="2"
|
||||
rows="10"
|
||||
id="note"
|
||||
name="note">@if($mode == 'edit'){{ $listItem->note }}@endif</textarea>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@
|
|||
<div class="form-group">
|
||||
<label for="description">{{ $__t('Description') }}</label>
|
||||
<textarea class="form-control"
|
||||
rows="2"
|
||||
rows="4"
|
||||
id="description"
|
||||
name="description">@if($mode == 'edit'){{ $task->description }}@endif</textarea>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user