Browse Source

fix(gui): align spinner vertically center

Signed-off-by: Pranav C <pranavxc@gmail.com>
pull/4088/head
Pranav C 2 years ago
parent
commit
742ce3e9f7
  1. 2
      packages/nc-gui/components/smartsheet/Grid.vue

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

@ -479,7 +479,7 @@ watch(
</div>
<span class="flex-1" />
<div v-if="!readOnly && !isLocked" class="nc-expand" :class="{ 'nc-comment': row.rowMeta?.commentCount }">
<a-spin v-if="row.rowMeta.saving" />
<a-spin class="!flex items-center" v-if="row.rowMeta.saving" />
<template v-else>
<span
v-if="row.rowMeta?.commentCount"

Loading…
Cancel
Save