Browse Source

chore(gui-v2): add w-full to virtual cell header

pull/3030/head
Wing-Kam Wong 2 years ago
parent
commit
db4173f38f
  1. 2
      packages/nc-gui-v2/components/smartsheet-header/VirtualCell.vue

2
packages/nc-gui-v2/components/smartsheet-header/VirtualCell.vue

@ -136,7 +136,7 @@ const isForm = inject(IsFormInj)
</script>
<template>
<div class="d-flex align-center">
<div class="d-flex align-center w-full">
<!-- <v-tooltip bottom>
<template #activator="{ on }">
todo: bring tooltip

Loading…
Cancel
Save