Browse Source

fix: Improved icon alignment of New field button

pull/6861/head
Muhammed Mustafa 1 year ago
parent
commit
c494591516
  1. 4
      packages/nc-gui/components/smartsheet/details/Fields.vue

4
packages/nc-gui/components/smartsheet/details/Fields.vue

@ -706,8 +706,8 @@ onMounted(async () => {
<template #title> {{ `${renderAltOrOptlKey()} + C` }} </template> <template #title> {{ `${renderAltOrOptlKey()} + C` }} </template>
<NcButton type="secondary" size="small" class="mr-1" :disabled="loading" @click="addField()"> <NcButton type="secondary" size="small" class="mr-1" :disabled="loading" @click="addField()">
<div class="flex items-center gap-2"> <div class="flex items-center gap-2">
<GeneralIcon icon="plus" class="h-3.5 mb-1 w-3.5" /> <GeneralIcon icon="plus" class="w-3" />
New field New Field
</div> </div>
</NcButton> </NcButton>
</NcTooltip> </NcTooltip>

Loading…
Cancel
Save