From 692f6779d659e9b3e67a2a10f6167988c94a5754 Mon Sep 17 00:00:00 2001 From: roottool Date: Sun, 23 Dec 2018 01:13:57 +0900 Subject: [PATCH] fixed the checkboxes are too far right #2729 --- browser/components/markdown.styl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/browser/components/markdown.styl b/browser/components/markdown.styl index b7f219b87..71cf987b4 100644 --- a/browser/components/markdown.styl +++ b/browser/components/markdown.styl @@ -183,6 +183,10 @@ ul display list-item &.taskListItem list-style none + &>input + margin-left -1.6em + &>p + margin-left -1.8em p margin 0 &>li>ul, &>li>ol