From baa8d224d70f60f9036705dc519db738029e034a Mon Sep 17 00:00:00 2001 From: Resi Respati Date: Sun, 14 Feb 2016 02:14:13 +0700 Subject: [PATCH] Prevent words from breaking mid-word in Notifications --- css/qvitter.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/qvitter.css b/css/qvitter.css index 5af7e95..64c0ae2 100644 --- a/css/qvitter.css +++ b/css/qvitter.css @@ -1836,7 +1836,7 @@ background-repeat: no-repeat; .stream-item.notification .small-grey-notice, .stream-item.notification .small-grey-notice a { color:#999; - word-break: break-all; + word-wrap: break-word; } .stream-item.notification .small-grey-notice a:hover { color:#333;