Skip to content

fix: resolve text truncation and optimize responsiveness on intermediate screens#938

Open
Junnygram wants to merge 1 commit intolayer5io:masterfrom
Junnygram:fix-text-truncation-934
Open

fix: resolve text truncation and optimize responsiveness on intermediate screens#938
Junnygram wants to merge 1 commit intolayer5io:masterfrom
Junnygram:fix-text-truncation-934

Conversation

@Junnygram
Copy link
Copy Markdown

This PR resolves issue #934 where the text 'Expect more from your infrastructure' was being truncated on smaller screen resolutions (specifically between 768px and 1200px).

Changes Implemented:

  • Increased the of the dashboard headline from 40% to 70% (and 60% for screen sizes up to 1200px) to prevent long words from overflowing.
  • Changed the wrapping breakpoint for the from 768px to 1100px. This allows items to stack vertically on medium/tablet screens, improving readability.
  • Added media queries for better font scaling on intermediate breakpoints (1200px and 768px).
  • Ensured consistent alignment by centering the content at the new 1100px breakpoint.

Fixes #934

@netlify
Copy link
Copy Markdown

netlify bot commented Apr 4, 2026

Deploy Preview for bejewelled-pegasus-b0ce81 ready!

Name Link
🔨 Latest commit c778f45
🔍 Latest deploy log https://app.netlify.com/projects/bejewelled-pegasus-b0ce81/deploys/69d09bca2862dc000879a0ac
😎 Deploy Preview https://deploy-preview-938--bejewelled-pegasus-b0ce81.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.

…ate screens (layer5io#934)

Signed-off-by: Junnygram <junnexclusive@gmail.com>
@Junnygram Junnygram force-pushed the fix-text-truncation-934 branch from 1b94535 to c778f45 Compare April 4, 2026 05:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Text is not displaying correctly on smaller screen resolutions.

1 participant