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:
committed by
backportbot-nextcloud[bot]
parent
1ff588a15a
commit
17ae3a9a39
@@ -25,6 +25,10 @@ ul {
|
||||
.task-list-item {
|
||||
margin-left: -20px;
|
||||
list-style-type: none;
|
||||
|
||||
ul {
|
||||
padding-left: 20px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user