diff --git a/packages/nc-gui/components/smartsheet/grid/Table.vue b/packages/nc-gui/components/smartsheet/grid/Table.vue index 379065f7ca..e4a0b2bbd6 100644 --- a/packages/nc-gui/components/smartsheet/grid/Table.vue +++ b/packages/nc-gui/components/smartsheet/grid/Table.vue @@ -1320,7 +1320,10 @@ onKeyStroke('ArrowDown', onDown) :title="true" :paragraph="false" class="ml-2 -mt-2" - :class="{ 'max-w-32': colIndex !== 0, 'max-w-5 !ml-3.5': colIndex === 0 }" + :class="{ + 'max-w-32': colIndex !== 0, + 'max-w-5 !ml-3.5': colIndex === 0, + }" /> @@ -1330,7 +1333,10 @@ onKeyStroke('ArrowDown', onDown)