From 7c30c2f945edf175976def03e69b454d3c25abfb Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Mon, 2 Jun 2025 14:52:22 +0200 Subject: [PATCH] Ensure markdown style for checklist can be applied as not being scoped by vue --- dashboard/src/components/app/Info.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/dashboard/src/components/app/Info.vue b/dashboard/src/components/app/Info.vue index 4cb2871a4..0e6598103 100644 --- a/dashboard/src/components/app/Info.vue +++ b/dashboard/src/components/app/Info.vue @@ -185,7 +185,11 @@ onMounted(() => { background-color: transparent; } -.checklist-item > span > * { + + +