Fix/changelog mobile responsive#2991
Conversation
Appwrite WebsiteProject ID: Website (appwrite/website)Project ID: Tip Function scopes give you fine-grained control over API permissions |
Greptile SummaryThis PR fixes horizontal-overflow and layout-collapse issues on the changelog page for small viewports by propagating
Confidence Score: 5/5Safe to merge — changes are scoped to layout and styling with no data or logic mutations. All changes are CSS/layout fixes with no JavaScript logic or data-fetching changes. The context-detection approach (isInChangelog) mirrors the existing isInTutorialDocs pattern already proven in the codebase, the :global() selectors are correctly scoped under .in-changelog, and min-width: 0 additions are the standard fix for flex/grid children that collapse or overflow. No files require special attention. Important Files Changed
Reviews (2): Last reviewed commit: "Clean up changelog code block overflow s..." | Re-trigger Greptile |


What does this PR do?
(Provide a description of what this PR does.)
Test Plan
before:
after:
Related PRs and Issues
(If this PR is related to any other PR or resolves any issue or related to any issue link all related PR and issues here.)
Have you read the Contributing Guidelines on issues?
(Write your answer here.)