Owncloud is a place to save data,
Share files, contacts and others from any device.
While trying to share old data, I noticed a bug on some pages, ( news and support pages).
(1) some text in those pages are moving out of the div.
(2) error in horizontal scrolling.
The image above is the news page.
The image below is that of support page.
possible correction.
(1)I believe wrap word space will do the magic. (There is a long text in the div, so need to be broken)
{ word-wrap: break-word; }
(2)also this may make great corrections to the horizontal scrolling.
html, body {
max-width: 100%;
overflow-x: hidden;
}
behavior of the bug in video
how to reproduce the bug
- goto owncloud.org
2)click on main menu
3)click on news (then scroll around)
Also - click on support (scroll around)
device/browser
Infinix hot 4, Android 6.0/operamini 43.0.2246.121183
Posted on Utopian.io - Rewarding Open Source Contributors