-
Couldn't load subscription status.
- Fork 1.4k
Bug-fix/content-overflow-issue #7051 #7052
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Bug-fix/content-overflow-issue #7051 #7052
Conversation
…let - fixes layer5io#7051 Signed-off-by: harshildev25 <harshildev25@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is lots of unwanted css added please try to solve it by minimal and optimal way.
totally agree. |
Signed-off-by: harshildev25 <harshildev25@gmail.com>
Thank you for your feedback! |
I’ve updated the code to remove unnecessary CSS and kept only the minimal styles required for responsive behavior and bug fixes. |
|
🚀 Preview for commit 859d20c at: https://68fb8074489c13679c5549c2--layer5.netlify.app |
Signed-off-by: harshildev25 <harshildev25@gmail.com>
|
Thank you for your contribution! |
Description
Fixed content overflow issue where quote text, names, and positions were displaying vertically (letter-by-letter) on mobile and tablet devices, causing horizontal scrolling.
Related Issue
Closes #7051
Changes Made
overflow-x: hiddento parent wrapper to prevent horizontal overflowh4) fromflex: 0 0 65%toflex: 1 1 60%to allow proper shrinkingmin-width: 200pxto.quote-sourceto prevent text from displaying verticallyword-wrap,overflow-wrap,hyphens) to all text elementsgapproperty to flexbox container for consistent spacingwhite-space: normalto ensure text wraps horizontallyTesting
Tested on multiple screen resolutions:
Screenshots
Before

After

20.10.2025_15.13.50_REC.mp4