From 62083c28f22a73202700ee24ad9be73eb3fe7ba0 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 8c5c7a8e9..13a6c273a 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; +}