Commit 587cbf91 authored by Cheng Lou's avatar Cheng Lou

todo display whitespace fix

currently an item data stored with multiple whitespace in-between words is rendered as having only one space. putting css `white-space: pre` fixes this.
parent 71f080ce
......@@ -238,6 +238,7 @@ label[for='toggle-all'] {
}
#todo-list li label {
white-space: pre;
word-break: break-word;
padding: 15px;
margin-left: 45px;
......
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