Merge pull request #2460 from brkcvn/master
Ejected resize-none from descirpiton input in document form
This commit is contained in:
commit
92103eda93
@ -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