Browse Source

refactor(gui-v2): use width inheritance for cells

pull/2972/head
braks 2 years ago
parent
commit
858157e6f8
  1. 3
      packages/nc-gui-v2/components/smartsheet/Cell.vue

3
packages/nc-gui-v2/components/smartsheet/Cell.vue

@ -89,7 +89,8 @@ div {
}
.nc-cell {
@apply relative w-full h-full;
@apply relative h-full;
width: inherit;
display: inherit;
}

Loading…
Cancel
Save