зеркало из https://github.com/nextcloud/news.git
Merge pull request #159 from owncloud/word-wrap
Prevents horizintal scrolling for table elements.
This commit is contained in:
Коммит
b4bf3d761a
|
@ -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 {
|
||||||
|
|
Загрузка…
Ссылка в новой задаче