mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 04:12:59 +00:00
Optimized textarea heights
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user