🐛 Fix lambda symbol appear before checkbox

This commit is contained in:
Mahendrata Harpi
2020-06-15 15:47:05 +07:00
parent ad1493d0bf
commit ea3017c052

View File

@@ -115,9 +115,13 @@
}
ul.task-list {
list-style: none;
list-style: none;
margin: 0;
li::before {
content: "";
}
li input[type="checkbox"] {
margin-right: 10px;
}