diff options
author | Wu Cheng-Han | 2015-09-24 11:55:56 +0800 |
---|---|---|
committer | Wu Cheng-Han | 2015-09-24 11:55:56 +0800 |
commit | c06fb7a526989862dc237b74b312899f8eac161c (patch) | |
tree | 43815e310cdc45168a1b7008839a6509f1c0e5f5 /public/css | |
parent | 6bdc63ca600d45aaaf26ddbd74602124e3eab0e6 (diff) |
Fixed index clear history list not working, history list will now be id-unique, fixed typo and styles
Diffstat (limited to '')
-rw-r--r-- | public/css/cover.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/css/cover.css b/public/css/cover.css index b5d82e01..26cc8d5f 100644 --- a/public/css/cover.css +++ b/public/css/cover.css @@ -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 { |