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
committed by backportbot-nextcloud[bot]
parent 1ff588a15a
commit 17ae3a9a39

View File

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