mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 20:26:42 +00:00
Optimized textarea heights
This commit is contained in:
@@ -79,7 +79,7 @@
|
|||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label for="note">{{ $__t('Note') }}</label>
|
<label for="note">{{ $__t('Note') }}</label>
|
||||||
<textarea class="form-control"
|
<textarea class="form-control"
|
||||||
rows="2"
|
rows="10"
|
||||||
id="note"
|
id="note"
|
||||||
name="note">@if($mode == 'edit'){{ $listItem->note }}@endif</textarea>
|
name="note">@if($mode == 'edit'){{ $listItem->note }}@endif</textarea>
|
||||||
</div>
|
</div>
|
||||||
|
@@ -46,7 +46,7 @@
|
|||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label for="description">{{ $__t('Description') }}</label>
|
<label for="description">{{ $__t('Description') }}</label>
|
||||||
<textarea class="form-control"
|
<textarea class="form-control"
|
||||||
rows="2"
|
rows="4"
|
||||||
id="description"
|
id="description"
|
||||||
name="description">@if($mode == 'edit'){{ $task->description }}@endif</textarea>
|
name="description">@if($mode == 'edit'){{ $task->description }}@endif</textarea>
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user