🐛 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

@@ -118,6 +118,10 @@
list-style: none;
margin: 0;
li::before {
content: "";
}
li input[type="checkbox"] {
margin-right: 10px;
}