From ad8ca462cb19a0e5d81e23ebf07c292381ea0219 Mon Sep 17 00:00:00 2001 From: kolaente Date: Sat, 2 Apr 2022 12:55:08 +0200 Subject: [PATCH] fix: indention of nested checklist items --- src/components/input/editor.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/input/editor.vue b/src/components/input/editor.vue index 7d5551a00..d9fe15cba 100644 --- a/src/components/input/editor.vue +++ b/src/components/input/editor.vue @@ -326,7 +326,7 @@ export default { } &.has-checkbox { - margin-left: -2em; + margin-left: -1.25rem; list-style: none; } }