-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
fix: hard breaking long string words and intelligent word breaks #1259
Conversation
…ipping hyphenated/whitespace to next line for good reading XP
@utin-francis-peter is attempting to deploy a commit to the Arc53 Team on Vercel. A member of the Team first needs to authorize it. |
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.
LGTM, Thanks @utin-francis-peter.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There is an error on npm run build
|
@holopin-bot @utin-francis-peter Thank you! |
Congratulations @utin-francis-peter, the maintainer of this repository has issued you a badge! Here it is: https://holopin.io/claim/cm2jekp0409640clh88ov5pa8 This badge can only be claimed by you, so make sure that your GitHub account is linked to your Holopin account. You can manage those preferences here: https://holopin.io/account. |
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
Fix readability of user contents and overflow of long string characters with no whitespace nor hyphen
Why was this change needed? (You can also link to an open issue here)
Improves reading XP.
Other information:
For a full video review of the fix as it's a bit controversial—considering a legacy approach was used—kindly click on the link below:
https://drive.google.com/file/d/1_XY7y2yaQkX1rp_U3EkcNf8HnQTL_wYa/view?usp=sharing
closes: #1222