Edit report at https://bugs.php.net/bug.php?id=69535&edit=1

 ID:                 69535
 Updated by:         [email protected]
 Reported by:        soeren dot schwert at t-online dot de
 Summary:            Title function name partially hidden behind language
                     select on small screens
-Status:             Open
+Status:             Verified
 Type:               Bug
 Package:            Website problem
 Operating System:   Android
 PHP Version:        Irrelevant
 Block user comment: N
 Private report:     N

 New Comment:

That does even happen on larger viewports, if the name of the
function is long enough, see, for instance
<http://php.net/manual/en/function.geoip-continent-code-by-name.php>.

It's caused by an overflow:hidden, see
<https://github.com/php/web-php/blob/master/styles/theme-base.css#L331>.
Is there a particular reason to have this overflow:hidden for all
headings? Otherwise I suggest to remove or override it, and maybe
to add word-wrap:break-word.


Previous Comments:
------------------------------------------------------------------------
[2015-04-27 13:15:59] soeren dot schwert at t-online dot de

Description:
------------
Responsive website problem:

When accessing the PHP.net website documentation on smartphones in profile 
orientation, the title function name is partially hidden behind the language 
select label and select box.

Example Screenshots:
compact function doc page (http://php.net/compact): 
https://www.dropbox.com/s/3w7wmfwe4dfr7h6/Screenshot_2015-04-27-13-45-36.png?dl=0

in_array function doc page (http://php.net/manual/en/function.in-array.php): 
https://www.dropbox.com/s/yu045tx1n59ptee/Screenshot_2015-04-27-13-51-46.png?dl=0



------------------------------------------------------------------------



--
Edit this bug report at https://bugs.php.net/bug.php?id=69535&edit=1

-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to