Skip to content

Commit 9a8a64c

Browse files
bmaingretmmistakes
authored andcommittedOct 18, 2019
Fix and test case (mmistakes#2285)
1 parent 3e4069c commit 9a8a64c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
 

‎_sass/minimal-mistakes/_utilities.scss

+4
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,10 @@ body:hover .visually-hidden button {
120120
}
121121
}
122122

123+
.task-list .task-list {
124+
margin-left: 1em;
125+
}
126+
123127
/*
124128
Alignment
125129
========================================================================== */

‎test/_posts/2009-05-15-edge-case-nested-and-mixed-lists.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,6 @@ Nested and mixed lists are an interesting beast. It's a corner case to make sure
6363

6464
- [x] Finish my changes
6565
- [ ] Push my commits to GitHub
66-
- [ ] Open a pull request
66+
- [ ] Open a pull request
67+
- [ ] Follow discussions
68+
- [x] Push new commits

0 commit comments

Comments
 (0)