Skip to content

fix: wrap IPv6 addresses in DNS records card to prevent visual truncation#306

Open
maximillions-dev wants to merge 1 commit into
lissy93:masterfrom
maximillions-dev:fix/dns-ipv6-truncation
Open

fix: wrap IPv6 addresses in DNS records card to prevent visual truncation#306
maximillions-dev wants to merge 1 commit into
lissy93:masterfrom
maximillions-dev:fix/dns-ipv6-truncation

Conversation

@maximillions-dev
Copy link
Copy Markdown

What

Adds overflow-wrap: anywhere to the DNS card content area so long IPv6 addresses wrap instead of being clipped behind the card edge.

Why

IPv6 addresses like 2001:0db8:85a3:0000:0000:8a2e:0370:7334 have no natural breakpoints, so they overflow the card's hidden overflow and get visually truncated. The full address is in the DOM but invisible to the user.

Fixes

Closes #300

Tested

  • Visual: long IPv6 strings now wrap to multiple lines instead of clipping

…tion

Adds overflow-wrap: anywhere to the DNS card content area so long
IPv6 addresses wrap instead of being clipped.

Fixes lissy93#300
@netlify
Copy link
Copy Markdown

netlify Bot commented May 13, 2026

Deploy Preview for web-check ready!

Built without sensitive environment variables

Name Link
🔨 Latest commit a5d7014
🔍 Latest deploy log https://app.netlify.com/projects/web-check/deploys/6a03dd5c0c307a00088f3c7f
😎 Deploy Preview https://deploy-preview-306--web-check.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

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

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] "DNS Records" card truncates IPv6 addresses (visibility only)

2 participants