Skip to content

fix(blog): prevent footnote link overflow on mobile (#310) - #338

Open
Preetiaarya wants to merge 1 commit into
tattle-made:masterfrom
Preetiaarya:fix/footnote-link-overflow
Open

fix(blog): prevent footnote link overflow on mobile (#310)#338
Preetiaarya wants to merge 1 commit into
tattle-made:masterfrom
Preetiaarya:fix/footnote-link-overflow

Conversation

@Preetiaarya

Copy link
Copy Markdown
Contributor

Summary

Footnotes were overflowing on mobile and causing layout shift, mainly with long URLs/text that had no wrap rule.

Added .footnotes styling in global.css with overflow-wrap and word-break set to break-word so long content wraps instead of pushing width.

Applies to all blog posts since footnotes are rendered through one shared global.css, no per-post changes needed.

Fixes #310

@netlify

netlify Bot commented Jul 17, 2026

Copy link
Copy Markdown

Deploy Preview for tattle-website-preview ready!

Name Link
🔨 Latest commit 6571887
🔍 Latest deploy log https://app.netlify.com/projects/tattle-website-preview/deploys/6a5a0aa2afebc7000862e973
😎 Deploy Preview https://deploy-preview-338--tattle-website-preview.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@Preetiaarya

Copy link
Copy Markdown
Contributor Author

Hi @dennyabrain sir, I have raised a PR for issue #310 (footnote link overflow on mobile). Please take a look and let me know if any changes are needed.

@dennyabrain

Copy link
Copy Markdown
Contributor

@Preetiaarya can you add screenshots of the before and after state of this PR? I am not able to tell what changed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bug: Fix footnote link overflow causing layout shift in latest blog posts (mobile view)

2 participants