summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-05-07 02:07:55 -0700
committerBernhard Posselt <nukeawhale@gmail.com>2013-05-07 02:07:55 -0700
commitb4bf3d761a5ec6f5a9286de2b84cafa675195f1d (patch)
treeae9dfb5eb018352a6feacc18739f3ae01736012e
parent48a3bc2b31e63c9b979fa03f76cd358d0dc0d96c (diff)
parent27ef7784b3865ff0fe4be242b5d96a56926b7375 (diff)
Merge pull request #159 from owncloud/word-wrap
Prevents horizintal scrolling for table elements.
-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 {