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-07-05 10:41:38 +00:00
committed by backportbot-nextcloud[bot]
parent 1ff588a15a
commit 17ae3a9a39
+4
View File
@@ -25,6 +25,10 @@ ul {
.task-list-item {
margin-left: -20px;
list-style-type: none;
ul {
padding-left: 20px;
}
}
}