From 521588e91e6264a7341856367f7ff40c7a00bb11 Mon Sep 17 00:00:00 2001 From: DanielFichtner <95752216+DanielFichtner@users.noreply.github.com> Date: Mon, 31 Jan 2022 15:30:51 +0100 Subject: [PATCH] indent ordered lists Fixes issues with ordered lists indentation. --- mkdocs_with_pdf/themes/material.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mkdocs_with_pdf/themes/material.scss b/mkdocs_with_pdf/themes/material.scss index 438f2e99..93b5bf80 100644 --- a/mkdocs_with_pdf/themes/material.scss +++ b/mkdocs_with_pdf/themes/material.scss @@ -65,7 +65,8 @@ padding-bottom: 0; } } - &>ul { + &>ul, + &>ol { margin-left: 1.5rem; }