add missing CSS class for custom fields

This commit is contained in:
Alex Turchyn
2025-03-18 21:20:39 +02:00
committed by Pete Matsyburka
parent ad2b35673a
commit ac426e55b2
+1 -1
View File
@@ -74,7 +74,7 @@
<div
:style="{ backgroundColor }"
draggable="true"
class="default-field border border-base-300 rounded rounded-tr-none relative group mb-2"
class="border border-base-300 rounded rounded-tr-none relative group mb-2 default-field fields-list-item"
@dragstart="onDragstart({ type: 'text', ...field })"
@dragend="$emit('drag-end')"
>