I am creating a mobile page with a grid that has a detail view. I have some instances in the detail view where I either have a long URL or a long email address shown. This goes outside of my defined container, and causes the webpage to be larger than the display size of the screen. I have been looking at styling options like the following:
word-break: break-word;
I even found an example on the W3schools website that uses this word-break styling, and it seems like exactly what I am trying to do:
http://www.w3schools.com/cssref/css3_pr_word-wrap.asp
However, I can't get this to work. I have tried putting this styling into the in-line cell, directly in the details view portion of my component, I have also tried modifying my style sheet directly. Either scenario gives the same result, it doesn't work, and my long URLs continue to spill over rather than wrap, and causes my page layout to mess up.
Anybody have any suggestions on making this work in Alpha Five. Anyone with experience on this?
Bookmarks