mirror of
https://github.com/grocy/grocy.git
synced 2026-04-08 13:46:14 +02:00
Optimized textarea heights
This commit is contained in:
parent
447b86b27f
commit
6fcc0636e8
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user