-
Notifications
You must be signed in to change notification settings - Fork 1.3k
fix(Toast): fix long words overflowing toast container #8962
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: main
Are you sure you want to change the base?
Conversation
Build successful! 🎉 |
might be good to have a chromatic story for this |
Build successful! 🎉 |
cursor: 'default', | ||
width: 'fit' | ||
width: 'fit', | ||
overflowWrap: 'break-word', |
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.
i think we only need this one? https://developer.mozilla.org/en-US/docs/Web/CSS/overflow-wrap
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.
Hmm, I saw overflow issues without the others.
we should run chromatic in this branch as well |
Build successful! 🎉 |
Before:

After:

✅ Pull Request Checklist:
📝 Test Instructions:
🧢 Your Project: