From c06fb7a526989862dc237b74b312899f8eac161c Mon Sep 17 00:00:00 2001 From: Wu Cheng-Han Date: Thu, 24 Sep 2015 11:55:56 +0800 Subject: Fixed index clear history list not working, history list will now be id-unique, fixed typo and styles --- public/css/cover.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public/css/cover.css') 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 { -- cgit v1.2.3