Commit 59b976d6 authored by Cheng Lou's avatar Cheng Lou

todo display right padding fix

a long todo item might step on the X sign. `padding-right` of 60 fixes this symmetrically (X sign width 40px, right offset 10).
parent 71f080ce
......@@ -239,7 +239,7 @@ label[for='toggle-all'] {
#todo-list li label {
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