ejected resize-none from descripiton input in document form
This commit is contained in:
parent
bd201a2da9
commit
11565be770
@ -65,7 +65,7 @@
|
|||||||
<td class="px-3 py-3 border-b-0 description">
|
<td class="px-3 py-3 border-b-0 description">
|
||||||
@if (! $hideItemDescription)
|
@if (! $hideItemDescription)
|
||||||
<textarea
|
<textarea
|
||||||
class="form-element mt-1.5 resize-none"
|
class="form-element mt-1.5"
|
||||||
style="height:42px;"
|
style="height:42px;"
|
||||||
:ref="'items-' + index + '-description'"
|
:ref="'items-' + index + '-description'"
|
||||||
placeholder="{{ trans('items.enter_item_description') }}"
|
placeholder="{{ trans('items.enter_item_description') }}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user