-
Notifications
You must be signed in to change notification settings - Fork 15
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: Wrap long descriptions #3953
Conversation
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 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 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.
Hey @melyndav! The actual underlying issue was not URLs mainly -- it was that we didn't have a break rule for really long strings that don't have any spaces. So in the case of URLs such as this: docs.google.com/spreadsheets/d/1z2cWvpna-zDhAESATCG6L2aZdY6f0rUIegetC6mgHpI/edit?gid=0#gid=0, it was an issue. But here goes for URLs 😄
|
Makes perfect sense @rumzledz, thanks for the reassurance that all is resolved, and my little worry is nothing haha ✌️ |
Description
Testing
Resolves #2985