Browse Source

fix : removed padding important

pull/7218/head
musharaf-nocodb 9 months ago committed by Ramesh Mane
parent
commit
6d7057d773
  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