Browse Source

fix : removed padding important

pull/7221/head
musharaf-nocodb 9 months ago
parent
commit
3b875d5bfc
  1. 2
      packages/nc-gui/components/template/Editor.vue

2
packages/nc-gui/components/template/Editor.vue

@ -1028,7 +1028,7 @@ watch(modelRef, async () => {
}
:deep(.template-form-row) > td {
@apply !p-1 mb-0 truncate max-w-50;
@apply p-1 mb-0 truncate max-w-50;
.ant-form-item {
@apply mb-0;
}

Loading…
Cancel
Save