On Sun, May 25, 2014 at 4:14 AM, Christoph Becker <[email protected]> wrote: > Levi Morrison wrote: > >> On Fri, May 23, 2014 at 3:39 PM, Peter Cowburn <[email protected]> >> wrote: >>> On 23 May 2014 21:29, Bob Lerner <[email protected]> wrote: >>>> >>>> When the website is viewed on a mobile device, the function name either >>>> gets truncated or otherwise obscured when viewed as a portrait. When viewed >>>> as landscape, the design fluidly displays the entire name. >>>> >>>> See attachment for an example of the stripos function being truncated to >>>> str. >>>> >>>> Android default browser. >>>> >>>> Not added as a bug as I didn't see functionality to attach an image. >>> >>> >>> Thank you, Bob. I believe Levi is already looking into this exact issue, so >>> hopefully there will be some resolution relatively soon. >> >> The tentative plan: >> >> - Shorten "Change language:" to "Language:" >> - Only float the page tools to the right on sufficiently large viewports > > How about: > > h1, h2, ... {overflow: visible}
The reason it is set to hidden is so the header doesn't go behind the page tools; this is was a big problem when we had a background for the headers which is why overflow:hidden is there in the first place. Since we no longer have a background removing the overflow: hidden rule might fix the issue but I will probably shorten "Change language:" to "Language:" anyway. -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
