Browse Source

fix: bulk modal overflowing columns

Signed-off-by: mertmit <mertmit99@gmail.com>
test/pw-duplicate-check
mertmit 1 year ago
parent
commit
73d521a31d
  1. 2
      packages/nc-gui/components/dlg/BulkUpdate.vue

2
packages/nc-gui/components/dlg/BulkUpdate.vue

@ -203,7 +203,7 @@ onMounted(() => {
</a-button>
</div>
<div class="flex w-full h-full !bg-gray-100">
<div class="flex w-full !bg-gray-100 flex-1">
<div class="form w-2/3 p-4">
<Draggable
ref="draggableRef"

Loading…
Cancel
Save