fix: landing and docs overflow in mobile#94
Conversation
|
Adding a fuller duplicate note for future triage: #94 and #118 target the same mobile website overflow family, but #118 is the better canonical PR for review because it is broader and edits the source stylesheet instead of only the generated output. Why #118 is the keeper:
So closing #94 was not a judgment on the bug report quality; it was just consolidation onto the PR that fixes the same problem at the right layer and with broader coverage. |
|
Adding a fuller duplicate note for future triage: #94 and #118 target the same mobile website overflow family, but #118 is the better canonical PR for review because it is broader and edits the source stylesheet instead of only the generated output. Why #118 is the keeper:
So closing #94 was not a judgment on the bug report quality; it was just consolidation onto the PR that fixes the same problem at the right layer and with broader coverage. |
|
Plain-text clarification: #118 is the better canonical PR because it updates the source stylesheet in docs/assets/site.css, not just the generated site copy, and it addresses the broader mobile responsiveness problem rather than only the single pre-overflow symptom. |
Hey, just a quick fix for the home page on mobile.
The pre element needed overflow.
Before
Now