From 2e848cef8dc1d66282359666e960a45ea358d02f Mon Sep 17 00:00:00 2001 From: Faisal Amir Date: Wed, 22 Nov 2023 22:25:02 +0700 Subject: [PATCH] Fix markdown todo items shifted to the left and remove the dots --- docs/src/styles/tweaks.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/src/styles/tweaks.scss b/docs/src/styles/tweaks.scss index 8c5c7a8e9f..13a6c273a8 100644 --- a/docs/src/styles/tweaks.scss +++ b/docs/src/styles/tweaks.scss @@ -113,3 +113,7 @@ .table-of-contents { font-size: 14px; } + +.task-list-item { + list-style: none; +}