diff --git a/plugins/plugin-md-power/src/client/components/VPCollapse.vue b/plugins/plugin-md-power/src/client/components/VPCollapse.vue index 155b86a5..48e77ad0 100644 --- a/plugins/plugin-md-power/src/client/components/VPCollapse.vue +++ b/plugins/plugin-md-power/src/client/components/VPCollapse.vue @@ -28,4 +28,8 @@ provide(INJECT_COLLAPSE_KEY, { gap: 16px; margin: 16px 0; } + +.vp-card-wrapper .body > :first-child:where(.vp-collapse) > .vp-collapse-item:first-child { + padding-top: 0; +}