Browse Source

fix: Fixed ui of CreateView btn

pull/6802/head
Muhammed Mustafa 11 months 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">
.nc-view-create-dropdown {
@apply !max-w-46 !min-w-46;
@apply !max-w-43 !min-w-43;
}
.nc-view-create-dropdown-left-1 {

Loading…
Cancel
Save