diff --git a/plugins/plugin-md-power/src/client/components/FileTreeNode.vue b/plugins/plugin-md-power/src/client/components/FileTreeNode.vue index adf7f832..a82f040b 100644 --- a/plugins/plugin-md-power/src/client/components/FileTreeNode.vue +++ b/plugins/plugin-md-power/src/client/components/FileTreeNode.vue @@ -182,6 +182,7 @@ function toggle(ev: MouseEvent) { padding-right: 16px; padding-left: 20px; margin: -2px 0; + line-height: 28px; color: var(--vp-c-text-3); cursor: auto; transition: color var(--vp-t-color);