Skip to content

Commit 2369771

Browse files
authored
Fix nested task list margins
Solves #43
1 parent 9c4e0d8 commit 2369771

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

static/dom_distiller_viewer.css

+8
Original file line numberDiff line numberDiff line change
@@ -512,3 +512,11 @@ ul.contains-task-list {
512512
list-style-type: none;
513513
margin-left: 0;
514514
}
515+
516+
ul.contains-task-list ul {
517+
margin-left: 2.7rem !important;
518+
}
519+
520+
ul.contains-task-list ul.contains-task-list {
521+
margin-left: 1rem !important;
522+
}

0 commit comments

Comments
 (0)