From ebafd4010bbc2af3a6fd44018d5647e6dddcbf74 Mon Sep 17 00:00:00 2001 From: Dmytro Meleshko Date: Wed, 2 Jun 2021 12:32:43 +0300 Subject: [PATCH] [scripts/markdown2htmldoc] fix a little selector issue in my theme --- script-resources/markdown2htmldoc/themes-src/my.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script-resources/markdown2htmldoc/themes-src/my.scss b/script-resources/markdown2htmldoc/themes-src/my.scss index c51c7ce..8fcee58 100644 --- a/script-resources/markdown2htmldoc/themes-src/my.scss +++ b/script-resources/markdown2htmldoc/themes-src/my.scss @@ -448,7 +448,7 @@ dd { // ul > li.task-list-item { list-style-type: none; - input[type='checkbox']:first-child { + > input[type='checkbox']:first-child { margin: 0 0.2em 0.25em -1.6em; vertical-align: middle; }