Skip to content

Commit 8f3cd29

Browse files
committed
fix: update colspan in InlineCreateForm for consistent layout
1 parent 805c9cb commit 8f3cd29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom/InlineCreateForm.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
</td>
3737
</template>
3838
<template v-else>
39-
<td :colspan="visibleColumns.length + 1" class="px-4 py-2">
39+
<td :colspan="100" class="px-4 py-2">
4040
<button
4141
@click="startCreate"
4242
class="w-full text-left text-sm text-gray-600 hover:text-gray-800 dark:text-gray-400 dark:hover:text-gray-200"

0 commit comments

Comments
 (0)