From 9a8a64cfbe2874792046fdfafc1d426f09a57745 Mon Sep 17 00:00:00 2001 From: Baptiste M Date: Fri, 18 Oct 2019 02:15:36 +0200 Subject: [PATCH] Fix and test case (#2285) --- _sass/minimal-mistakes/_utilities.scss | 4 ++++ test/_posts/2009-05-15-edge-case-nested-and-mixed-lists.md | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/_sass/minimal-mistakes/_utilities.scss b/_sass/minimal-mistakes/_utilities.scss index a2f4b1ce..427e3830 100644 --- a/_sass/minimal-mistakes/_utilities.scss +++ b/_sass/minimal-mistakes/_utilities.scss @@ -120,6 +120,10 @@ body:hover .visually-hidden button { } } +.task-list .task-list { + margin-left: 1em; +} + /* Alignment ========================================================================== */ diff --git a/test/_posts/2009-05-15-edge-case-nested-and-mixed-lists.md b/test/_posts/2009-05-15-edge-case-nested-and-mixed-lists.md index 727ab6a8..5e3ecedc 100644 --- a/test/_posts/2009-05-15-edge-case-nested-and-mixed-lists.md +++ b/test/_posts/2009-05-15-edge-case-nested-and-mixed-lists.md @@ -63,4 +63,6 @@ Nested and mixed lists are an interesting beast. It's a corner case to make sure - [x] Finish my changes - [ ] Push my commits to GitHub -- [ ] Open a pull request \ No newline at end of file +- [ ] Open a pull request + - [ ] Follow discussions + - [x] Push new commits \ No newline at end of file