Commit c75c0950 authored by Sindre Sorhus's avatar Sindre Sorhus

Merge pull request #656 from chenglou/todo-padding

todo display right padding fix
parents c2e719de 59b976d6
......@@ -240,7 +240,7 @@ label[for='toggle-all'] {
#todo-list li label {
white-space: pre;
word-break: break-word;
padding: 15px;
padding: 15px 60px 15px 15px;
margin-left: 45px;
display: block;
line-height: 1.2;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment