Commit 03171ff5 authored by Sindre Sorhus's avatar Sindre Sorhus

Break the word if it overflows the line

parent 274537f3
......@@ -102,6 +102,10 @@ body {
display: none;
}
#todoapp .item .view span {
word-break: break-word;
}
#todoapp footer {
display: none;
margin: 20px -20px -20px -20px;
......
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