Fix and test case (#2285)
This commit is contained in:
parent
3e4069c5ba
commit
9a8a64cfbe
2 changed files with 7 additions and 1 deletions
|
@ -120,6 +120,10 @@ body:hover .visually-hidden button {
|
|||
}
|
||||
}
|
||||
|
||||
.task-list .task-list {
|
||||
margin-left: 1em;
|
||||
}
|
||||
|
||||
/*
|
||||
Alignment
|
||||
========================================================================== */
|
||||
|
|
|
@ -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
|
||||
- [ ] Open a pull request
|
||||
- [ ] Follow discussions
|
||||
- [x] Push new commits
|
Loading…
Reference in a new issue