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:
Thomas Flummer
2022-05-22 11:31:22 +02:00
parent 6a66e920fe
commit 9e5e160845

View File

@@ -25,6 +25,10 @@ ul {
.task-list-item {
margin-left: -20px;
list-style-type: none;
ul {
padding-left: 20px;
}
}
}