Browse Source

refactor(nc-gui): remove icon margin in webhook list

pull/5349/head
Wing-Kam Wong 2 years ago
parent
commit
8baf2fe428
  1. 2
      packages/nc-gui/components/webhook/List.vue

2
packages/nc-gui/components/webhook/List.vue

@ -135,7 +135,7 @@ onMounted(() => {
</template>
<template #avatar>
<div class="my-1 px-2">
<div class="px-2">
<component :is="iconMap.hook" class="text-xl" />
</div>
<div class="px-2 text-white rounded" :class="{ 'bg-green-500': item.active, 'bg-gray-500': !item.active }">

Loading…
Cancel
Save