Browse Source

fix: Fixed ui of CreateView btn

pull/6802/head
Muhammed Mustafa 1 year ago
parent
commit
343246c7c7
  1. 2
      packages/nc-gui/components/dashboard/TreeView/CreateViewBtn.vue

2
packages/nc-gui/components/dashboard/TreeView/CreateViewBtn.vue

@ -169,7 +169,7 @@ async function onOpenModal({
<style lang="scss"> <style lang="scss">
.nc-view-create-dropdown { .nc-view-create-dropdown {
@apply !max-w-46 !min-w-46; @apply !max-w-43 !min-w-43;
} }
.nc-view-create-dropdown-left-1 { .nc-view-create-dropdown-left-1 {

Loading…
Cancel
Save