diff --git a/app/imports/ui/components/tree/TreeNode.vue b/app/imports/ui/components/tree/TreeNode.vue index 62f41ac1..3db9bfc0 100644 --- a/app/imports/ui/components/tree/TreeNode.vue +++ b/app/imports/ui/components/tree/TreeNode.vue @@ -46,16 +46,26 @@ v-show="showExpanded" class="pl-3" > - + + +
+
+
+
@@ -156,4 +166,7 @@ .theme--light .tree-node-title:hover { background: rgba(0,0,0,.04); } + .dummy-node { + height: 40px; + }