Merge pull request #159 from owncloud/word-wrap

Prevents horizintal scrolling for table elements.
This commit is contained in:
Bernhard Posselt 2013-05-07 02:07:55 -07:00
Родитель 48a3bc2b31 27ef7784b3
Коммит b4bf3d761a
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -210,6 +210,7 @@
height: auto; height: auto;
overflow: auto; overflow: auto;
word-wrap: break-word; word-wrap: break-word;
white-space:normal;
} }
.feed_item div.body > img:first-child { .feed_item div.body > img:first-child {