Browse Source

Merge pull request #3446 from nocodb/fix/3436-column-spacing

fix(gui-v2): alignment correction in column edit
pull/3448/head
navi 2 years ago committed by GitHub
parent
commit
45bf8651d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      packages/nc-gui-v2/components/smartsheet-column/AdvancedOptions.vue

2
packages/nc-gui-v2/components/smartsheet-column/AdvancedOptions.vue

@ -27,7 +27,7 @@ vModel.value.au = !!vModel.value.au
<template>
<div class="p-4 border-[2px] radius-1 border-grey w-full flex flex-col gap-2">
<div class="flex justify-space-between">
<div class="flex justify-between w-full gap-1">
<a-form-item label="NN">
<a-checkbox
v-model:checked="vModel.rqd"

Loading…
Cancel
Save