summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorraghunayyar <me@iraghu.com>2013-05-07 14:28:02 +0530
committerraghunayyar <me@iraghu.com>2013-05-07 14:28:02 +0530
commit27ef7784b3865ff0fe4be242b5d96a56926b7375 (patch)
tree3ade94159f490f248e8cdc74fcb51cde713ba204 /css
parent1fca21d6d47eb38a0ba2e25e0cf51967c1873573 (diff)
Prevents horizintal scrolling for table elements.
Diffstat (limited to 'css')
-rw-r--r--css/items.css1
1 files changed, 1 insertions, 0 deletions
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 {