@@ -158,7 +159,7 @@ const rowHeight = inject(RowHeightInj, ref(1.8))
@@ -190,7 +191,7 @@ const rowHeight = inject(RowHeightInj, ref(1.8))
:class="{ dragging }"
class="flex cursor-pointer justify-center items-center flex-wrap gap-2 py-1.5 scrollbar-thin-dull overflow-hidden mt-0 items-start"
:style="{
- maxHeight: `max(${(rowHeight || 1) * 1.8}rem, 41px)`,
+ maxHeight: isForm ? undefined : `max(${(rowHeight || 1) * 1.8}rem, 41px)`,
}"
>