From f96428ef20d4f0a0a459adba832caee55c8c6cd0 Mon Sep 17 00:00:00 2001 From: yanxd Date: Fri, 24 Jan 2014 15:35:36 +0800 Subject: [PATCH] fix word break bug --- public/stylesheets/nyan.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/nyan.css b/public/stylesheets/nyan.css index a4094346..6c4ca09e 100644 --- a/public/stylesheets/nyan.css +++ b/public/stylesheets/nyan.css @@ -14,7 +14,7 @@ .clear_both{ clear: both; } -pre{ +.memo-content pre{ white-space: normal; word-wrap: break-word; }