[PR #7588] [MERGED] docs: prevent content overflow #24324

Closed
opened 2026-04-15 22:18:31 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/7588
Author: @bytaesu
Created: 1/24/2026
Status: Merged
Merged: 1/24/2026
Merged by: @himself65

Base: canaryHead: 2026-01-24/docs/content-overflow


📝 Commits (1)

  • 35797be docs: prevent content overflow

📊 Changes

2 files changed (+4 additions, -3 deletions)

View changed files

📝 docs/app/global.css (+3 -2)
📝 docs/components/docs/page.tsx (+1 -1)

📄 Description

Before

before

After

after

Summary by cubic

Prevent content overflow in docs by wrapping long inline code, links, and titles to avoid layout breakage on smaller screens.

  • Bug Fixes
    • Apply overflow-wrap: anywhere to .prose code:not(pre code) and .prose a.
    • Add wrap-break-word to DocsTitle (H1) to break long words.

Written for commit 35797be1d7. Summary will update on new commits.


🔄 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/7588 **Author:** [@bytaesu](https://github.com/bytaesu) **Created:** 1/24/2026 **Status:** ✅ Merged **Merged:** 1/24/2026 **Merged by:** [@himself65](https://github.com/himself65) **Base:** `canary` ← **Head:** `2026-01-24/docs/content-overflow` --- ### 📝 Commits (1) - [`35797be`](https://github.com/better-auth/better-auth/commit/35797be1d7639902b52dbd56ed15baa272fb63ca) docs: prevent content overflow ### 📊 Changes **2 files changed** (+4 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `docs/app/global.css` (+3 -2) 📝 `docs/components/docs/page.tsx` (+1 -1) </details> ### 📄 Description ### Before <img height="400" alt="before" src="https://github.com/user-attachments/assets/a49a7906-5320-4b2b-98c6-f0aff32748d6" /> ### After <img height="400" alt="after" src="https://github.com/user-attachments/assets/f6ced0d5-cb69-4131-8c33-cf423e1d9e80" /> <!-- This is an auto-generated description by cubic. --> --- ## Summary by cubic Prevent content overflow in docs by wrapping long inline code, links, and titles to avoid layout breakage on smaller screens. - **Bug Fixes** - Apply overflow-wrap: anywhere to .prose code:not(pre code) and .prose a. - Add wrap-break-word to DocsTitle (H1) to break long words. <sup>Written for commit 35797be1d7639902b52dbd56ed15baa272fb63ca. Summary will update on new commits.</sup> <!-- 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 22:18:31 -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#24324