Ensure markdown style for checklist can be applied as not being scoped by vue

This commit is contained in:
Johannes Zellner
2025-06-02 14:52:22 +02:00
parent 4ae9821185
commit 7c30c2f945

View File

@@ -185,7 +185,11 @@ onMounted(() => {
background-color: transparent;
}
.checklist-item > span > * {
</style>
<style>
.checklist-item > span > p {
margin: 0;
}