Browse Source

fix(nc-gui): expand cell width for duration cells in form view

pull/4099/head
braks 2 years ago
parent
commit
17c30da02a
  1. 8
      packages/nc-gui/pages/[projectType]/form/[viewId]/index.vue

8
packages/nc-gui/pages/[projectType]/form/[viewId]/index.vue

@ -93,6 +93,14 @@ p {
&.nc-input {
@apply w-full rounded p-2 min-h-[40px] flex items-center border-solid border-1 border-gray-300 dark:border-slate-200;
.duration-cell-wrapper {
@apply w-full;
input {
@apply !outline-none;
}
}
input,
textarea,
&.nc-virtual-cell,

Loading…
Cancel
Save