Conversation
Change to table caption (table titles) behavior in mobile to fix table captions squishing and splitting to 3 lines. Increased .doctable caption line-height to 2rem for better readability.
|
I'm not sure why the static analysis failed, but stylesheet changes did fine on my local php.net. If examples are needed for the changes: https://www.php.net/manual/en/mysqli.summary.php & https://www.php.net/manual/en/about.prototypes.php |
|
🚀 Preview for commit 0925948 is available at https://web-php-pr-1994.preview.thephp.foundation |
|
Could you add a screenshot with before and after? The preview doesn't have all the documentation pages. I would also prefer it if you split up the white-space-only changes from actual code-changes (same PR is fine, but in two separate commits, please). |
Changes to line height and display properties for table captions (table titles) -- split from white space edits
Added a few extra blank lines and removed one blank line to increase visual uniformity in area surrounding code changes.
|
Commits separated into code change first, then white space changes on top of code changes. If I misunderstood the request let me know. |
* pr/1994: Whitespace uniformity Table caption fix/update
|
I've merged this after a rebase, and squishing the first two commits (the 2nd one undid the whitespace changes from the 1st one, and the 3rd one reapplied them). Thanks! |



Change to table caption (table titles) behavior in mobile to fix table captions squishing and splitting to 3 lines. Also, increased .doctable caption line-height to 2rem for better readability.