Fix for issue #3637
Added padding on nested ul, to compensate for the negative margin on the containing li Signed-off-by: Thomas Flummer <tf@flummer.net>
This commit is contained in:
@@ -25,6 +25,10 @@ ul {
|
|||||||
.task-list-item {
|
.task-list-item {
|
||||||
margin-left: -20px;
|
margin-left: -20px;
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
|
|
||||||
|
ul {
|
||||||
|
padding-left: 20px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user