Browse Source

revert(nc-gui): use full cell width

pull/3669/head
braks 2 years ago committed by Raju Udava
parent
commit
5324902169
  1. 2
      packages/nc-gui/components/smartsheet/Cell.vue

2
packages/nc-gui/components/smartsheet/Cell.vue

@ -136,7 +136,7 @@ const syncAndNavigate = (dir: NavigateDir) => {
<template>
<div
class="nc-cell"
class="nc-cell w-full"
:class="[`nc-cell-${(column?.uidt || 'default').toLowerCase()}`, { 'text-blue-600': isPrimary && !virtual && !isForm }]"
@keydown.stop.left
@keydown.stop.right

Loading…
Cancel
Save