fix(todo): fix todo clicks

pull/3/head
Vladimir Lugovsky 2015-11-25 18:53:11 +03:00
parent 4aaffadaa2
commit 1691c0a5f9
1 changed files with 1 additions and 0 deletions

View File

@ -92,6 +92,7 @@ ul.todo-list {
margin-right: 20px;
transition: margin-right 0.1s ease-out;
transition-delay: 0.2s;
float: none;
}
}
label.todo-checkbox>input:checked+span:before {