Fixed index clear history list not working, history list will now be id-unique, fixed typo and styles

This commit is contained in:
Wu Cheng-Han 2015-09-24 11:55:56 +08:00
parent 6bdc63ca60
commit c06fb7a526
4 changed files with 22 additions and 13 deletions

View file

@ -207,7 +207,7 @@ input {
padding: 0 10px;
}
.list li * {
word-break: break-all;
word-break: break-word;
word-wrap: break-word;
}
.list li a {