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

@@ -31,7 +31,7 @@
<ElectronDownloadItems v-if="isElectron()" />
<TreeExplorer
class="model-lib-tree-explorer py-0"
class="model-lib-tree-explorer"
:roots="renderedRoot.children"
v-model:expandedKeys="expandedKeys"
>