Test Base:
Issue
For elements inside subfolder of a plugin (e.g., plugins/Contacts/Template/Element/sidebar/helpbox.ctp), use the following
Breaks the vertical only scrolling.
Two solutions:
- per block overflow scrolling (check that scrollbars are visible)
- css word break et. al. possibly css hyphens ( you ll need html lang attribute on the relevant parent contain to make that work - depending on the language of the content). Hyphens would also use mobile screen size more efficiently.