-
Notifications
You must be signed in to change notification settings - Fork 0
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(KNO-7737): Long items in combobox and menu options do not overflow #396
fix(KNO-7737): Long items in combobox and menu options do not overflow #396
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Package size differencesNo package size differences greater than 20 KB 🚀 All package size differences
|
🦋 Changeset detectedLatest commit: 5d43270 The changes in this PR will be included in the next version bump. This PR includes changesets to release 14 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
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.
Nice work! I have one piece of feedback based on how styling works in Telegraph.
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.
Looks great! Amazing job!
fix(KNO-7737): Long items in combobox and menu options do not overflow
Linear Issue
This PR fixes the combobox value and the option in the menu from overflowing its container:
Handling menu items too
This PR also applies the fix to menu item options. It was discovered that long items of text will overflow its container in the menu.
Before:
After: