Fix form width issue

This commit is contained in:
Julien Nahum 2024-02-29 11:55:46 +01:00
parent 2ac9b96284
commit 6118e6a1c0
1 changed files with 1 additions and 1 deletions

View File

@ -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"