Browse Source

chore(gui-v2): remove padding from project settings menu

pull/3023/head
braks 2 years ago
parent
commit
07cb018f57
  1. 2
      packages/nc-gui-v2/pages/nc/[projectId]/index.vue

2
packages/nc-gui-v2/pages/nc/[projectId]/index.vue

@ -79,7 +79,7 @@ await loadTables()
</div>
<template #overlay>
<a-menu class="ml-2 min-w-32 leading-8 !rounded">
<a-menu class="ml-2 !p-0 min-w-32 leading-8 !rounded">
<a-menu-item-group title="Project Settings">
<a-menu-item key="copy">
<div class="nc-project-menu-item group">

Loading…
Cancel
Save