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

@@ -48,7 +48,7 @@
class="m-2"
/>
<TreeExplorer
class="node-lib-tree-explorer py-0"
class="node-lib-tree-explorer"
:roots="renderedRoot.children"
v-model:expandedKeys="expandedKeys"
>