Fix tree explorer y-axis padding (#1540)

* Fix tree explorer y-axis padding

* nit
This commit is contained in:
Chenlei Hu
2024-11-14 17:15:57 -05:00
committed by GitHub
parent ee5c127146
commit dde9c3dad5
4 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
<template>
<TreeExplorer
class="node-lib-bookmark-tree-explorer py-0"
class="node-lib-bookmark-tree-explorer"
ref="treeExplorerRef"
:roots="renderedBookmarkedRoot.children"
:expandedKeys="expandedKeys"