|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2015-02-02 13:10 UTC] anantajabe25 at gmail dot com
Description: ------------ check following link on firefox - http://php.net/manual/en/timezones.others.php or check attachment PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Oct 27 19:00:02 2025 UTC |
This issue is not specific to Firefox -- the table generally overflows on narrow browser viewports (< 1100px). There are some manual pages where this is even worse, for instance, "Validate filters"[1]. However, this is not a "Documentation problem", but rather a "PHP.net Website problem". The following CSS might already solve the issue: .doctable { display: block; overflow-x: scroll; } [1] <http://php.net/manual/en/filter.filters.validate.php>