[PR #5405] [MERGED] docs: prevent blog page overflow #22887

Closed
opened 2026-04-15 21:21:07 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/5405
Author: @bytaesu
Created: 10/18/2025
Status: Merged
Merged: 10/18/2025
Merged by: @himself65

Base: canaryHead: docs/blog-page-overflow


📝 Commits (1)

  • 2b6b2a3 fix: prevent StarField overflow

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 docs/app/blog/_components/stat-field.tsx (+1 -1)

📄 Description


This PR fixes an issue where the blog page overflows the viewport width, which is especially noticeable on mobile devices.


Before:

https://github.com/user-attachments/assets/fed99a63-5387-401a-aedd-91d294304eb2

After:

https://github.com/user-attachments/assets/daf71ecd-3edb-4f26-a74c-da1718910792


Summary by cubic

Prevent blog page overflow by capping the StarField width to the viewport. Adds max-w-[100vw] to the component class to stop horizontal scrolling, especially on mobile.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/better-auth/better-auth/pull/5405 **Author:** [@bytaesu](https://github.com/bytaesu) **Created:** 10/18/2025 **Status:** ✅ Merged **Merged:** 10/18/2025 **Merged by:** [@himself65](https://github.com/himself65) **Base:** `canary` ← **Head:** `docs/blog-page-overflow` --- ### 📝 Commits (1) - [`2b6b2a3`](https://github.com/better-auth/better-auth/commit/2b6b2a394628f80bdef222ce21cba95ff28d6e6a) fix: prevent StarField overflow ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `docs/app/blog/_components/stat-field.tsx` (+1 -1) </details> ### 📄 Description --- This PR fixes an issue where the blog page overflows the viewport width, which is especially noticeable on mobile devices. --- ### Before: https://github.com/user-attachments/assets/fed99a63-5387-401a-aedd-91d294304eb2 ### After: https://github.com/user-attachments/assets/daf71ecd-3edb-4f26-a74c-da1718910792 <!-- This is an auto-generated description by cubic. --> --- ## Summary by cubic Prevent blog page overflow by capping the StarField width to the viewport. Adds max-w-[100vw] to the component class to stop horizontal scrolling, especially on mobile. <!-- End of auto-generated description by cubic. --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-15 21:21:07 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/better-auth#22887