Fix form width issue
This commit is contained in:
parent
2ac9b96284
commit
6118e6a1c0
|
@ -9,7 +9,7 @@
|
|||
<div :key="currentFieldGroupIndex" class="form-group flex flex-wrap w-full">
|
||||
<draggable v-model="currentFields"
|
||||
item-key="id"
|
||||
class="flex flex-wrap transition-all"
|
||||
class="flex flex-wrap transition-all w-full"
|
||||
:class="{'-m-6 p-2 bg-gray-50 rounded-md':dragging}"
|
||||
ghost-class="ghost-item"
|
||||
handle=".draggable" :animation="200"
|
||||
|
|
Loading…
Reference in New Issue