Browse Source

fix: css

pull/6343/head
sreehari jayaraj 1 year ago
parent
commit
fc10153ba8
  1. 2
      packages/nc-gui/components/cell/attachment/index.vue

2
packages/nc-gui/components/cell/attachment/index.vue

@ -266,7 +266,7 @@ const rowHeight = inject(RowHeightInj, ref(1.8))
.nc-cell { .nc-cell {
.nc-attachment-cell { .nc-attachment-cell {
.nc-attachment { .nc-attachment {
// @apply w-[1.8rem] h-[1.8rem] min-h-[1.8rem] min-w-[1.8rem] ring-1 ring-gray-300 rounded; @apply min-h-[1.8rem] min-w-[1.8rem] ring-1 ring-gray-300 rounded;
} }
.ghost, .ghost,

Loading…
Cancel
Save