From 27ef7784b3865ff0fe4be242b5d96a56926b7375 Mon Sep 17 00:00:00 2001 From: raghunayyar Date: Tue, 7 May 2013 14:28:02 +0530 Subject: Prevents horizintal scrolling for table elements. --- css/items.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/items.css b/css/items.css index af8e8c11e..5d1fc4daf 100644 --- a/css/items.css +++ b/css/items.css @@ -210,6 +210,7 @@ height: auto; overflow: auto; word-wrap: break-word; + white-space:normal; } .feed_item div.body > img:first-child { -- cgit v1.2.3