From ec9543117908c7c8766094a38118612c95b996d5 Mon Sep 17 00:00:00 2001 From: Frank Dana (FeRD) Date: Jan 28 2022 18:47:19 +0000 Subject: Fix wrapping of checklist-style list items --- diff --git a/src/css/doc.css b/src/css/doc.css index 343aab8..451bcc5 100644 --- a/src/css/doc.css +++ b/src/css/doc.css @@ -415,7 +415,6 @@ article.doc h2 { } .doc ul.checklist { - padding-left: 0.5rem; list-style: none; } @@ -425,6 +424,7 @@ article.doc h2 { justify-content: center; width: 1rem; margin-right: 0.25rem; + margin-left: -1.5rem; } .doc ul.checklist i.fa-check-square-o::before {