🐛 Fix lambda symbol appear before checkbox
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user