Browse Source

refactor(gui): share view modal - icons alignment correction

Signed-off-by: Pranav C <pranavxc@gmail.com>
pull/4714/head
Pranav C 2 years ago
parent
commit
5b4c029ae4
  1. 2
      packages/nc-gui/components/smartsheet/toolbar/ShareView.vue

2
packages/nc-gui/components/smartsheet/toolbar/ShareView.vue

@ -251,7 +251,7 @@ const copyIframeCode = async () => {
<div class="flex-1 h-min text-xs text-gray-500">{{ sharedViewUrl }}</div>
<a v-e="['c:view:share:open-url']" :href="sharedViewUrl" target="_blank">
<MdiOpenInNew class="text-sm text-gray-500 mt-2" />
<MdiOpenInNew class="text-sm text-gray-500" />
</a>
<MdiContentCopy v-e="['c:view:share:copy-url']" class="text-gray-500 text-sm cursor-pointer" @click="copyLink" />

Loading…
Cancel
Save