🐛 Fix lambda symbol appear before checkbox
This commit is contained in:
@@ -118,6 +118,10 @@
|
|||||||
list-style: none;
|
list-style: none;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
||||||
|
li::before {
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
|
||||||
li input[type="checkbox"] {
|
li input[type="checkbox"] {
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user